API DocsRESTData import service

RetryDataImport

Retries a data import.

POST
/api/v2/data-imports/{dataImportId}:retry

Path Parameters

dataImportId
Required
string

data_import_id is the id of the data import to retry. You can only retry an import that is a "url" based import (created with CreateDataImportFromUrl) and is in a failed state.

curl -X POST "<API_URL>/api/v2/data-imports/string:retry" \
  -H "Authorization: Bearer <API_KEY>"

A successful response.

{}