View aggregate and per-connection sync statistics.
GEThttps://api.aitronos.com/v1/organizations/{organization_id}/knowledge/connectors/connections/sync-stats
Returns dashboard-level statistics across all connections in the workspace.
organization_id string required
The unique identifier of the organization (format: org_*).
start_date string optional
Filter stats from this date (YYYY-MM-DD).
end_date string optional
Filter stats until this date (YYYY-MM-DD).
GEThttps://api.aitronos.com/v1/organizations/{organization_id}/knowledge/connectors/connections/{connection_id}/sync-stats
Returns sync statistics for a specific connection.
connection_id string required
The connection ID.
A stats object containing data (array of stat entries), total_bytes_synced, total_rows_synced, and total_jobs.
cURL — Aggregate
- Bash
- Bash
- Python
- Python
- JavaScript
curl "https://api.aitronos.com/v1/organizations/org_xyz789/knowledge/connectors/connections/sync-stats?start_date=2024-06-01" \
-H "Authorization: Bearer $ACCESS_TOKEN"