Retrieve import status

GET

This method retrieves the current status for each video from a specified integration and index. It returns an object containing lists of videos grouped by status. See the Task object page for details on each status.

Path parameters

integration-idstringRequired

The unique identifier of the integration for which you want to retrieve the status of your imported videos. You can retrieve it from the Integrations page.

Query parameters

index_idstringRequired

The unique identifier of the index for which you want to retrieve the status of your imported videos.

Response

The status for each video from the specified integration and index has successfully been retrieved

not_importedlist of stringsOptional

An array of filenames that haven’t yet been imported.

validatinglist of objectsOptional

An array of videos that are being validated.

pendinglist of objectsOptional

An array of videos that are pending.

queuedlist of objectsOptional

An array of videos that are queued for import.

indexinglist of objectsOptional

An array of videos that are being indexed.

readylist of objectsOptional

An array of videos that have successfully been imported.

failedlist of objectsOptional

An array of videos that failed to import.

Errors

Built with