Skip to main content
GET
/
api
/
orgs
/
{id}
/
kpi-http-syncs
List org-wide KPI HTTP sync review rows
curl --request GET \
  --url https://atollhq.com/api/orgs/{id}/kpi-http-syncs \
  --header 'Authorization: Bearer <token>'
{
  "syncs": [
    {}
  ],
  "sync": {},
  "can_manage": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Query Parameters

sync_id
string

Optional sync id for direct Settings deep links.

Response

Org-wide KPI HTTP sync review rows for Settings. Human admins receive config and secret metadata; non-admin members receive redacted status rows.

syncs
object[]
sync
object | null
can_manage
boolean

Whether the caller can create, edit, save secrets, and run lifecycle actions for KPI syncs.