v1

latestOpenAPI 3.0.02026-07-2452762.3 KB
Imports

/imports/:importId/status

Retrieve the status of a specific import by providing the import ID in the URL

get/v1/imports/{importId}/status

Path parameters

importIdstring required

Response

Import status retrieved successfully

status'pending' | 'inProgress' | 'failed' | 'succeeded'

The current status of the import:

  • pending - the import is waiting to be scheduled
  • inProgress - the import is in progress
  • failed - the import has failed
  • succeeded - the import completed successfully