Retrieve a video indexing task

GET

This method retrieves a video indexing task.

Path parameters

task_idstringRequired

The unique identifier of the video indexing task to retrieve.

Response

The specified video indexing task has successfully been retrieved.

_idstringOptional

A string representing the unique identifier of the task. It is assigned by the platform when a new task is created.

created_atstringOptional

A string indicating the date and time, in the RFC RFC 3339 format (“YYYY-MM-DDTHH:mm:ssZ”), that the task was created.

hlsobjectOptional

The platform returns this object only for the videos that you uploaded with the enable_video_stream parameter set to true.

index_idstringOptional

A string representing the unique identifier of the index to which the video must be uploaded.

statusstringOptional

A string indicating the status of the video indexing task. See the Task object page for a list of possible statuses.

system_metadataobjectOptional

System-generated metadata about the video.

updated_atstringOptional

A string indicating the date and time, in the RFC RFC 3339 format (“YYYY-MM-DDTHH:mm:ssZ”), that the task object was last updated. The platform updates this field every time the video indexing task transitions to a different state.

video_idstringOptional

A string representing the unique identifier of the video associated with the specified video indexing task.

Errors

Built with