Get livestream stats
GET/livestreams/:livestreamId/statistics/:instance
Retrieves detailed Livestream
statistics for a specific live streaming instance. Use instance primary
for the main Livestream
or secondary
for the optional backup Livestream
. Provides the complete history of statistical samples for the lifetime of the Livestream
, sorted in descending order by createdAtUtc, ensuring the first page always contains the most recent samples. Repeatedly requesting this page supports 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.