latestOpenAPI 3.0.02026-08-224362174.0 KB
24a8012aa8c8
List Sync Runs
List all sync runs under a sync
get/syncs/{syncId}/runs
Path parameters
syncIdnumber double required
Query parameters
runIdnumber double
query for specific run id
afterstring date-time
select sync runs that are started after given ISO timestamp
beforestring date-time
select sync runs that are started before certain ISO timestamp
withinnumber double
select sync runs that are started within last given minutes
offsetnumber double
set the offset on results (for pagination)
limitnumber double
limit the number of objects returned (default is 100)
orderBy'id' | 'createdAt' | 'startedAt' | 'finishedAt'
specify the order
Response
Ok