---
title: "Get execution start/end timestamp"
method: GET
path: "/syncs/{syncid}/flows/{flowid}/executions/{executionid}"
tags: ["Syncs"]
---

# Get execution start/end timestamp

`GET /syncs/{syncid}/flows/{flowid}/executions/{executionid}`

Get execution start/end timestamp

## Path parameters

- `syncid` string, required
- `flowid` string, required
- `executionid` string, required

## Query parameters

- `consumerid` string, 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.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)
