Fetch complete analytics data for your livestreams
GET/accounts/{account_id}/realtime/kit/{app_id}/analytics/livestreams/overall
Returns livestream analytics for the specified time range.
Security
API Token
The preferred authorization scheme for interacting with the Cloudflare API. Create a token.
Example:
Accepted Permissions (at least one required)
Path Parameters
Query Parameters
Fetch complete analytics data for your livestreams
curl https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/realtime/kit/$APP_ID/analytics/livestreams/overall \
-H "Authorization: Bearer $CLOUDFLARE_API_TOKEN"{
"data": {
"count": 0,
"total_ingest_seconds": 0,
"total_viewer_seconds": 0
},
"success": true
}Returns Examples
{
"data": {
"count": 0,
"total_ingest_seconds": 0,
"total_viewer_seconds": 0
},
"success": true
}