List videos
Authentication
Path parameters
Query parameters
A number that identifies the page to retrieve.
Default: 1.
The number of items to return on each page.
Default: 10.
Max: 50.
Filter by duration in seconds. Pass an object with gte and/or lte for range filtering.
For exact match, set both to the same value.
Filter by frames per second. Pass an object with gte and/or lte for range filtering.
For exact match, set both to the same value.
Filter by width in pixels. Pass an object with gte and/or lte for range filtering.
For exact match, set both to the same value.
Filter by height in pixels. Pass an object with gte and/or lte for range filtering.
For exact match, set both to the same value.
Filter by size in bytes. Pass an object with gte and/or lte for range filtering.
For exact match, set both to the same value.
Filter videos by the creation date and time of their associated indexing tasks, in the RFC 3339 format (“YYYY-MM-DDTHH:mm:ssZ”). The platform returns the videos whose indexing tasks were created on the specified date at or after the given time.
Response
An array that contains up to page_limit videos.