Skip to content
Last updated

Retry a failed sync or reset job.

POSThttps://api.aitronos.com/v1/organizations/{organization_id}/knowledge/connectors/jobs/{job_id}/retry

Retries a failed job, creating a new job attempt with the same configuration.

Path Parameters

job_id string required

The ID of the failed job to retry.


Returns

A new job object with status set to pending.

cURL
curl -X POST "https://api.aitronos.com/v1/organizations/org_xyz789/knowledge/connectors/jobs/job_abc123/retry" \
  -H "Authorization: Bearer $ACCESS_TOKEN"