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-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.

Headers

x-api-keystringRequired

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 strings or null
An array of filenames that haven't yet been imported.
validatinglist of objects or null
An array of videos that are being validated.
pendinglist of objects or null
An array of videos that are pending.
queuedlist of objects or null
An array of videos that are queued for import.
indexinglist of objects or null
An array of videos that are being indexed.
readylist of objects or null
An array of videos that have successfully been imported.
failedlist of objects or null
An array of videos that failed to import.

Errors