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