List Syncs

Beta
Lists model syncs in the caller's organization. Results are ordered by `updated_at` descending, with `id` used as a tiebreaker. If more results are available, the response includes `pagination.next_page_token`. Pass that token back unchanged to continue from the last item you received. The token is opaque. Do not construct or edit it yourself. The `limit` is capped at 50. Values above that cap are reduced to 50, and non-positive values fall back to the same default. This endpoint returns syncs visible to the current caller's organization scope. To inspect a specific sync in more detail, follow up with [`GET /api/syncs/{id}`](../../api-reference/model-sync/get).

Authentication

AuthorizationBearer
Bearer user API key
OR
AuthorizationBasic

Basic organization-scoped API key

Headers

X-Polytomic-VersionstringRequired

Query parameters

activebooleanOptional
Filter to only active or only paused syncs.
modeenumOptional

Filter by sync target mode (e.g. create, updateOrCreate, enrich).

target_connection_idstringOptionalformat: "uuid"
Filter to syncs that write to the specified target connection.
page_tokenstringOptional
Pagination cursor returned in the previous response. Omit on the first request.
limitintegerOptional
Maximum number of syncs to return. Default and maximum is 50.

Response

OK
datalist of objects or null
paginationobject

Errors

400
Bad Request Error
404
Not Found Error
500
Internal Server Error