cURL
curl --request POST \ --url https://{base_url}/job/{job_id}/retry \ --header 'X-API-Key: <api-key>'
200
Example
{ "id": "aca11415-e6a5-4800-aa36-e5f98accc2b6", "status": "IN_QUEUE", "message": "Job queued for retry"}
Retry a failed job
API key for authentication
Job identifier
Job queued for retry
Job ID (same as the original job being retried)
"aca11415-e6a5-4800-aa36-e5f98accc2b6"
Job status after retry (will be IN_QUEUE)
IN_QUEUE
"IN_QUEUE"
Status message
"Job queued for retry"
Was this page helpful?