Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://atollhq.com/api/orgs/{id}/kpis/{kpiId}/http-syncs/{syncId} \ --header 'Authorization: Bearer <token>'
{ "sync": { "id": "<string>", "config_hash": "<string>", "config_version": 123 } }
Get a KPI HTTP sync. Non-admin actors receive config and secret-derived metadata redacted.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
id identifier
kpiId identifier
syncId identifier
Successful response
Show child attributes