Sync Records
List Sync Records
Retrieves a list of sync records for a specific sync run, optionally filtered by status.
GET
/
api
/
v1
/
syncs
/
{sync_id}
/
sync_runs
/
{sync_run_id}
/
sync_records
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the sync to list records for.
The ID of the sync run to list records for.
Query Parameters
Optional status to filter the sync records by.
Page number for pagination.
Was this page helpful?