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 }
View billing sync run history with status and record counts
Admin API key (format: sk_admin_*) for organization-level operations
Sync run history
Show child attributes