List video indexing tasks

GET

This method returns a list of the video indexing tasks in your account. The API returns your video indexing tasks sorted by creation date, with the newest at the top of the list.

Query parameters

pageintegerOptionalDefaults to 1

A number that identifies the page to retrieve.

Default: 1.

page_limitintegerOptionalDefaults to 10

The number of items to return on each page.

Default: 10. Max: 50.

sort_bystringOptionalDefaults to created_at

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.

sort_optionstringOptionalDefaults to desc

The sorting direction. The following options are available:

  • asc
  • desc

Default: desc.

_idstringOptional

Filter by the unique identifier of a video indexing task.

index_idstringOptional

Filter by the unique identifier of an index.

filenamestringOptional

Filter by filename.

durationdoubleOptional

Filter by duration. Expressed in seconds.

widthintegerOptional

Filter by width.

heightintegerOptional

Filter by height.

created_atstringOptional

Filter video indexing tasks by the creation date and time, in the RFC 3339 format (“YYYY-MM-DDTHH:mm:ssZ”). The platform returns the video indexing tasks that were created on the specified date at or after the given time.

updated_atstringOptional

Filter video indexing tasks 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 updated on the specified date at or after the given time.

estimated_timestringOptional

Filter video indexing tasks by the estimated completion date and time, in the RFC 3339 format (“YYYY-MM-DDTHH:mm:ssZ”). The platform returns the video indexing tasks estimated to be completed on the specified date at or after the given time.

Response

The video indexing tasks have successfully been retrieved.

datalist of objectsOptional

An array that contains up to page_limit tasks.

page_infoobjectOptional

An object that provides information about pagination.

Errors

Built with