Retrieve livestream statistics
GET/livestreams/:livestreamId/statistics/:instance
Retrieve detailed Livestream
statistics of a specific live streaming instance. Use instance primary
to get statistics for the main Livestream
or instance secondary
to get statistics of the optional backup Livestream
. This endpoint provides the complete history of statistical samples for the lifetime of the Livestream
. The samples are sorted in descending order by createdAtUtc, ensuring that the first page always contains the most recent samples. Repeatedly requesting this page allows for the continuous collection of live statistics over time.
Request
Responses
- 200
- 401
- 403
- 404
Successful response.
Unauthorized access.
Access forbidden.
Given resource was not found.