Retrieve import status
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-id
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.
Headers
x-api-key
Query parameters
index_id
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_imported
An array of filenames that haven't yet been imported.
validating
An array of videos that are being validated.
pending
An array of videos that are pending.
queued
An array of videos that are queued for import.
indexing
An array of videos that are being indexed.
ready
An array of videos that have successfully been imported.
failed
An array of videos that failed to import.