---
title: "Get executions information for one consumer/flow/sync"
method: GET
path: "/consumers/{consumer_id}/syncs/{syncid}/flows/{flowid}/executions"
tags: ["Consumers"]
---

# Get executions information for one consumer/flow/sync

`GET /consumers/{consumer_id}/syncs/{syncid}/flows/{flowid}/executions`

Returns executions information for one consumer/flow/sync

## Path parameters

- `consumer_id` string, uuid, required
- `syncid` string, uuid, required
- `flowid` string, uuid, required

## Query parameters

- `date_to` string, date-time, nullable
- `date_from` string, date-time, nullable

## Response `200`

Successful Response

- ChainExecutionItem[]
  - `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

## Other responses

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

---

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