GET
/
api
/
v1
/
syncs
/
{sync_id}
/
sync_runs
/
{sync_run_id}
/
sync_records

Authorizations

Authorization
string
headerrequired

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

Path Parameters

sync_id
integer
required

The ID of the sync to list records for.

sync_run_id
integer
required

The ID of the sync run to list records for.

Query Parameters

status
string

Optional status to filter the sync records by.

page
integer

Page number for pagination.

Response

200 - application/json
data
object[]
links
object

Was this page helpful?