Retrieve tasks by status

GET

This method retrieves the number video indexing tasks in each status for the specified index.

Query parameters

index_idstringRequired

The unique identifier of the index for which you want to retrieve the number video indexing tasks in each status.

Response

An object containing the number video indexing tasks in each status.

index_idstringOptional

The unique identifier of the index.

readyintegerOptional

A value indicating the number of video indexing tasks for which the status is ready.

validatingintegerOptional

A value indicating the number of video indexing tasks for which the status is validating.

pendingintegerOptional

A value indicating the number of video indexing tasks for which the status is pending.

failedintegerOptional

A value indicating the number of video indexing tasks for which the status is failed.

total_resultintegerOptional

A value indicating the total number of video indexing tasks in the specified index.

Errors

Built with