List Videos

Grab a paginated, searchable list of your account's VOD content.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Grab a paginated, searchable list of your account's VOD content.

Query parameters

NameTypeDefaultDescription
pageinteger1Page number.
per_pageinteger50Results per page (max 100).
titlestringFilter by title substring.
onlinebooleantrueFilter online/offline videos.
start_datestring (date)Only videos created after this date (YYYY-MM-DD).
end_datestring (date)Only videos created before this date (YYYY-MM-DD).
stream_idstringFilter stream recordings by parent stream ID.

Response

A JSON object with data (array of VODs), paging, and total_count.

FieldTypeDescription
dataarrayVOD objects. Each id is a UUID string.
pagingobjectPagination links. Keys: first, last, next, previous (URL path strings, or null).
total_countstringTotal matching videos (returned as a string).
📘

The paging key is lowercase paging. Link values look like /v2/vod?page=2&per_page=5.

Query Params
int32
Defaults to 1

Page number for paginated results

int32
Defaults to 50

Number of results per page. Maximum value is 100.

string

Search for specific videos using a substring or complete title

boolean
Defaults to true

Return only online/offline videos

date

Return only videos created after this date (YYYY-MM-DD).

date

Return only videos created before this date (YYYY-MM-DD).

string

Search for stream recordings using a stream ID.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json