List Executions
Lists executions for a model sync.
Results are ordered by start time descending. If more results are available, the
response includes `pagination.next_page_token`; pass that token back unchanged
to continue paging.
The token is opaque. Do not construct or edit it yourself.
For full details about a specific execution — including record counts and error
summaries — use
[`GET /api/syncs/{sync_id}/executions/{id}`](../../../../api-reference/model-sync/executions/get).
Authentication
AuthorizationBasic
This is the Polytomic deployment key (on-premises only)
OR
AuthorizationBearer
This is the Polytomic API key
Path parameters
sync_id
Headers
X-Polytomic-Version
Query parameters
page_token
only_completed
ascending
Response
OK
data
pagination
Errors
401
Unauthorized Error
404
Not Found Error
