Skip to main content
GET
/
v1
/
organization
/
billing
/
sync-runs
cURL
curl --request GET \
  --url https://api.buildwithchirp.com/v1/organization/billing/sync-runs \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "provider": "<string>",
      "product": "<string>",
      "sync_type": "<string>",
      "status": "<string>",
      "records_fetched": 123,
      "records_created": 123,
      "records_updated": 123,
      "records_skipped": 123,
      "error_message": "<string>",
      "started_at": "<string>",
      "completed_at": "<string>",
      "window_start": "<string>",
      "window_end": "<string>"
    }
  ],
  "total_count": 123
}

Authorizations

Authorization
string
header
required

Admin API key (format: sk_admin_*) for organization-level operations

Query Parameters

limit
string
offset
string

Response

Sync run history

data
object[]
required
total_count
number
required