List Bulk Sync Executions
Authentication
Basic organization-scoped API key
Path parameters
Headers
Query parameters
When true, only return executions that have finished. Terminal executions are ordered by updated_at.
Basic organization-scoped API key
When true, only return executions that have finished. Terminal executions are ordered by updated_at.
Lists executions for a bulk sync.
Results are ordered by start time descending by default. When more results are
available, the response includes an opaque pagination.next_page_token; pass it
back as the page_token query parameter to retrieve the next page. The limit
parameter is optional, and the maximum page size is 100 executions.
Use only_terminal=true to return only finished executions. In that mode,
executions are ordered by updated_at so recently completed runs appear first.
Use ascending=true to walk forward from the oldest execution instead of
starting with the newest execution.
For the full details of a single run — including per-schema execution status —
use GET /api/bulk/syncs/{id}/executions/{exec_id}.