Sync Runs
Sync Run
Retrieves a sync run using sync_run_id for a specific sync.
GET
/
api
/
v1
/
syncs
/
{sync_id}
/
sync_runs
/
{sync_run_id}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the sync.
The ID of the sync_run.
Response
200 - application/json
Was this page helpful?