curl --request POST \
--url https://api.siftstack.com/api/v2/data-imports/{dataImportId}:retry \
--header 'Authorization: Bearer <token>'{}Retries a data import.
curl --request POST \
--url https://api.siftstack.com/api/v2/data-imports/{dataImportId}:retry \
--header 'Authorization: Bearer <token>'{}Documentation Index
Fetch the complete documentation index at: https://docs.siftstack.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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.
A successful response.
The response is of type object.
Was this page helpful?