Skip to main content

Retrieve Transcode Stats

GET 

/api/v1/stats/transcodes

RESPONSE JSON

The API call will return with a JSON response as below.

{
"usergroup_id": 42,
"period": 24,
"data": {
"42": {
"VIDEO_TRANSCODE_SECONDS": 145
},
"43": {
"VIDEO_TRANSCODE_SECONDS": 87266
}
}
}
keyValueDescription
usergroup_idintegerUser group id
periodintegerthe period for which stats is returned. Defaults to 24 (hours)
dataJSONJSON with user_id as key. The list keys "42" and "43" are User IDs.
data.{user_id}stringKey-Value pairs with VIDEO_TRANSCODE_SECONDS as the key and seconds as the value.

Request

Responses

Successful operation