Skip to content
Last updated

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.

Path Parameters

job_id string required

The job ID to get logs for.


Returns

A logs object containing an array of log entries with timestamps and messages.

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