Skip to main content
POST
/
ingestionTracking
/
{ingestionId}
/
retry
Retry ingestion
curl --request POST \
  --url https://api.datalinks.com/api/v1/ingestionTracking/{ingestionId}/retry \
  --header 'Authorization: Bearer <token>'
{
  "id": "550e8400-e29b-41d4-a716-446655440000"
}

Authorizations

Authorization
string
header
required

Use a Bearer token for authentication. Submit the token using the Authorization header: Authorization: Bearer <token>.

Path Parameters

ingestionId
string
required

Ingestion ID

Response

New ingestion created and started successfully.

id
string<uuid>
required

Ingestion id created for background ingestion.

Example:

"550e8400-e29b-41d4-a716-446655440000"