Retry failed items from a sync job.
cURL
curl --request POST \ --url https://api.cuadra.ai/v1/sync-jobs/{job_id}/items/retry \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "itemIds": [ "<string>" ] } '
{ "id": "<string>", "syncConfigId": "<string>", "status": "<string>", "triggeredBy": "<string>", "createdAt": "2023-11-07T05:31:56Z", "startedAt": "2023-11-07T05:31:56Z", "completedAt": "2023-11-07T05:31:56Z", "itemsTotal": 123, "itemsCompleted": 0, "itemsFailed": 0, "itemsSkipped": 0, "creditsConsumed": 0, "bytesProcessed": 0, "errorMessage": "<string>", "progress": 123 }
JWT token from Stytch B2B authentication (magic link, SSO, or M2M)
Sync job ID
Request to retry failed items.
Specific items to retry (all failed if omitted)
Successful Response
Sync job execution.
Was this page helpful?