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.
job_id string required
The ID of the failed job to retry.
A new job object with status set to pending.
cURL
- Bash
- Python
- Python
- JavaScript
curl -X POST "https://api.aitronos.com/v1/organizations/org_xyz789/knowledge/connectors/jobs/job_abc123/retry" \
-H "Authorization: Bearer $ACCESS_TOKEN"