List Syncs
Sync
List Syncs
List syncs for a company.
GET
List Syncs
List syncs for a company. Results are ordered by creation time (newest first).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.
Query Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
limit | integer | 20 | Page size (max 100). |
cursor | string | — | Return syncs after this sync id. |
jobType | enum | PULL | Filter by PULL or PUSH. |
Response
Returns{ data: { syncs, count, next }, request_id }.
| Field | Type | Description |
|---|---|---|
syncs | array | Sync objects. See overview. |
count | integer | Total syncs matching the filter. |
next | string | null | Cursor for the next page, or null. |
Authorizations
Path Parameters
RootFi company ID for the company connection to read or write.
Query Parameters
Page size (max 100).
Required range:
1 <= x <= 100Return syncs after this sync ID.
Filter by job type. Defaults to PULL.
Available options:
PUSH, PULL