List Sync Jobs
Sync
List Sync Jobs
List jobs for a sync.
GET
List Sync Jobs
List jobs for a sync.Documentation Index
Fetch the complete documentation index at: https://integrations.docs.commenda.io/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
| Parameter | Type | Description |
|---|---|---|
sync_id | string | Sync ID. |
Query Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
limit | integer | 200 | Page size (max 500). |
cursor | string | — | Return jobs after this job id. |
Response
Returns{ data: { jobs, count, next }, request_id }.
| Field | Type | Description |
|---|---|---|
jobs | array | Job objects. See overview. |
count | integer | Total jobs for this sync. |
next | string | null | Cursor for the next page, or null. |
Authorizations
Path Parameters
Sync ID.
Query Parameters
Page size (max 500).
Required range:
1 <= x <= 500Return jobs after this job ID.