List video embedding tasks
Authentication
Query parameters
Retrieve the video embedding tasks that were created after the given date and time, expressed in the RFC 3339 format (“YYYY-MM-DDTHH:mm:ssZ”).
Retrieve the video embedding tasks that were created before the given date and time, expressed in the RFC 3339 format (“YYYY-MM-DDTHH:mm:ssZ”).
Filter video embedding tasks by their current status. Possible values are processing
, ready
, or failed
.
A number that identifies the page to retrieve.
Default: 1
.
The number of items to return on each page.
Default: 10
.
Max: 50
.
Response
An array that contains up to page_limit
video embedding tasks.