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

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 runs for.

Query Parameters

status
string

Optional status to filter the sync runs by.

page
integer

Page number for pagination.

Response

200 - application/json
data
object[]
links
object