---
title: "Get executions for a sync"
method: GET
path: "/syncs/{syncid}/executions"
tags: ["Syncs"]
---

# Get executions for a sync

`GET /syncs/{syncid}/executions`

Returns all executions for a sync with pagination. Optionally filter by flow.

## Path parameters

- `syncid` string, uuid, required

## Query parameters

- `flowid` string, uuid, nullable
- `page` integer
- `size` integer
- `date_to` string, date-time, nullable
- `date_from` string, date-time, nullable

## Response `200`

Successful Response

- ChiftPageSyncExecutionItem
  - `items` SyncExecutionItem[], required
    - `id` string, required — Execution id
    - `parentexecutionid` string, nullable, required — Parent execution id. An execution is linked to multiple child executions linked to consumers.
    - `start` string, date-time, required
    - `end` string, date-time, nullable, required
    - `status` string, required
    - `consumer_id` string, required
    - `flow_id` string, required
  - `total` integer, required
  - `page` integer, required
  - `size` integer, required

## Other responses

- `404` — Not Found
- `422` — Validation Error

---

[API](https://skmtc.net/chift/apis/chift-api.md) · [All operations](https://skmtc.net/chift/apis/chift-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chift/chift-api/revisions/b5f1214a482a/schema)
