Retrieve import logs

This endpoint returns a chronological list of import operations for the specified integration. The list is sorted by creation date, with the oldest imports first. Each item in the list contains:

  • The number of videos in each status
  • Detailed error information for failed uploads, including filenames and error messages.

Use this endpoint to track import progress and troubleshoot potential issues across multiple operations.

Path parameters

integration-idstringRequired

The unique identifier of the integration for which you want to retrieve the import logs. You can retrieve it from the Integrations page.

Headers

x-api-keystringRequired

Response

The import logs have successfully been retrieved.

datalist of objectsOptional

An array that contains the import logs.

Errors