Get task counts

This method returns the counts of the video indexing tasks in your account.

Headers

x-api-keystringRequired

Query parameters

index_idstringOptional
Filter by the unique identifier of an index.
updated_afterstringOptionalformat: "date-time"
RFC3339 timestamp to filter records updated strictly after this time

Response

Task counts retrieved successfully
faileddouble or null
uploadingdouble or null
validatingdouble or null
pendingdouble or null
indexingdouble or null
queueddouble or null
readydouble or null
totaldouble or null

Errors