Retrieve sync logs for a specific job.
GEThttps://api.aitronos.com/v1/organizations/{organization_id}/knowledge/connectors/jobs/{job_id}/logs
Returns the log entries produced during a sync or reset job.
job_id string required
The job ID to get logs for.
A logs object containing an array of log entries with timestamps and messages.
cURL
- Bash
- Python
- Python
- JavaScript
curl "https://api.aitronos.com/v1/organizations/org_xyz789/knowledge/connectors/jobs/job_abc123/logs" \
-H "Authorization: Bearer $ACCESS_TOKEN"