List Usage

GET {{baseUrl}}/video/v1/delivery-usage

Returns a list of delivery usage records and their associated Asset IDs or Live Stream IDs.

Request Params

KeyDatatypeRequiredDescription
pagenumberOffset by this many pages, of the size of limit
limitnumberNumber of items to include in the response
asset_idstringFilter response to return delivery usage for this asset only. You cannot specify both the asset_id and live_stream_id parameters together.
live_stream_idstringFilter response to return delivery usage for assets for this live stream. You cannot specify both the asset_id and live_stream_id parameters together.
timeframe[]stringTime window to get delivery usage information. timeframe[0] indicates the start time, timeframe[1] indicates the end time in seconds since the Unix epoch. Default time window is 1 hour representing usage from 13th to 12th hour from when the request is made.
timeframe[]stringTime window to get delivery usage information. timeframe[0] indicates the start time, timeframe[1] indicates the end time in seconds since the Unix epoch. Default time window is 1 hour representing usage from 13th to 12th hour from when the request is made.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"total_row_count":2,"timeframe":[1607817600,1607990400],"page":1,"limit":100,"data":[{"live_stream_id":"B65hEUWW01ErVKDDGImKcBquYhwEAkjW6Ic3lPY0299Cc","delivered_seconds":206.366667,"delivered_seconds_by_resolution":{"tier_1080p":100,"tier_720p":100,"tier_audio_only":6.366667},"deleted_at":"1607945257","created_at":"1607939184","asset_state":"deleted","asset_id":"Ww4v2q2H4MNbHIAM2wApKb3cmrh7eHjGLUjdKohR5wM","asset_duration":154.366667,"asset_resolution_tier":"1080p","asset_encoding_tier":"baseline"},{"delivered_seconds":30,"delivered_seconds_by_resolution":{"tier_1080p":10,"tier_720p":10,"tier_audio_only":10},"deleted_at":"1607935288","created_at":"1607617107","asset_state":"deleted","asset_id":"Qlb007on1TwN43XLIG027QJlUxm3jd01v5PRi1aXhnyFZY","asset_duration":98.773667,"asset_resolution_tier":"1080p","asset_encoding_tier":"smart"}]}