Returns a concise per-schema status for one or more bulk syncs.
This endpoint is a summary view, not an execution-history view. Each schema is represented at most once with its most recent execution status, and running executions are preferred over older terminal ones.
Use this endpoint when you want a dashboard-style answer to “what is each sync
doing now?” If you need the full execution history or a single execution’s
details, use GET /api/bulk/syncs/{id}/executions or
GET /api/bulk/syncs/{id}/executions/{exec_id} instead.
Setting all=true or active=true ignores any explicit sync_id filters and
expands the request to the caller’s organization scope.
This is the Polytomic deployment key (on-premises only)
When true, return status for every sync in the caller’s organization. Overrides any sync_id values.
When true, return status only for active syncs in the caller’s organization. Overrides any sync_id values.