Skip to content
Last updated
GEThttps://api.aitronos.com/v1/streamline/organizations/{organization_id}/sync-logs

Retrieve sync logs across all automations in an organization. Monitor repository synchronization health organization-wide.

organization_id string required

Organization ID (org_ prefixed)

Query Parameters

limit integer optional

Number of logs per page (1-200, default: 100)

offset integer optional

Pagination offset (default: 0)

status string optional

Filter by status: success, error, warning

Returns

Returns an array of sync log objects from all automations in the organization.

cURL
curl -X GET "https://api.aitronos.com/api/v1/streamline/organizations/org_xyz789/sync-logs?status=error&limit=50" \
  -H "X-API-Key: $FREDDY_API_KEY"