Collection Player error
Developing
GET
/projects/{projId}/collections/{collectionId}/analytics/{analyticsType}
Provides All Player Errors of a collection of a project
GET
/projects/<project_id>/collections/<collection_id>/analytics/player-error-log?start_time=<time>&end_time=<time>&group_by=time_interval_auto
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.vidinfra.com/v1/projects/66a1084b-4b6b-4001-a4ad-d34d13463068/collections/384bf2ba-1fcb-4de8-9411-6d68000eb3c7/analytics/player-error-log'
Response Response Example
200 - OK - Success
{"message":"collection analytics was found.","result":{"message":"Dataset retrieved successfully","result":{"filters":[{"field":"media_series","operator":"equal","values":["384bf2ba-1fcb-4de8-9411-6d68000eb3c7"]}],"group_bys":["time_interval_auto"],"metrics":[{"data":[{"time_interval_auto":"2024-02-28T00:00:00Z","total_media_error":3},{"time_interval_auto":"2024-02-29T00:00:00Z","total_media_error":1},{"time_interval_auto":"2024-03-01T00:00:00Z","total_media_error":7},{"time_interval_auto":"2024-03-02T00:00:00Z","total_media_error":11},{"time_interval_auto":"2024-03-03T00:00:00Z","total_media_error":1}],"filters":null,"group_bys":["time_interval_auto"],"name":"total_media_error"}]}},"success":true}
Request
Path Params
projId
stringÂ
required
Example:
66a1084b-4b6b-4001-a4ad-d34d13463068
collectionId
stringÂ
required
Example:
384bf2ba-1fcb-4de8-9411-6d68000eb3c7
analyticsType
stringÂ
required
Example:
player-error-log
Query Params
start_time
stringÂ
optional
Example:
2024-02-25T17:59:59.999Z
end_time
stringÂ
optional
Example:
2024-03-03T17:59:59.999Z
group_by
stringÂ
optional
Example:
time_interval_auto
Responses
Modified at 2025-06-19 04:59:01