An array that contains up to page_limit
videos.
The number of items to return on each page.
Default: 10
.
Max: 50
.
A number that identifies the page to retrieve.
Default: 1
.
The sorting direction. The following options are available:
asc
desc
Default: desc
.
The field to sort on. The following options are available:
updated_at
: Sorts by the time, in the RFC 3339 format (“YYYY-MM-DDTHH:mm:ssZ”), when the item was updated.created_at
: Sorts by the time, in the RFC 3339 format (“YYYY-MM-DDTHH:mm:ssZ”), when the item was created.Default: created_at
.
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.
This filter applies only to videos updated using the PUT
method of the /indexes/{index-id}/videos/{video-id}
endpoint. It filters videos by the last update date and time, in the RFC 3339 format (“YYYY-MM-DDTHH:mm:ssZ”). The platform returns the video indexing tasks that were last updated on the specified date at or after the given time.
To enable filtering by custom fields, you must first add user-defined metadata to your video by calling the PUT
method of the /indexes/:index-id/videos/:video-id
endpoint.
Examples:
?category=recentlyAdded
?batchNumber=5
?rating=9.3
?needsReview=true