---
title: "GET /workflows/{workflowId}/executions/{executionId}"
method: GET
path: "/workflows/{workflowId}/executions/{executionId}"
---

# GET /workflows/{workflowId}/executions/{executionId}

`GET /workflows/{workflowId}/executions/{executionId}`

## Path parameters

- `executionId` string, required
- `workflowId` string, required

## Response `200`

200 response

- WorkflowExecution
  - `completedBy` union[]
    - union
      - string
      - string
  - `completedTaskLogId` string, nullable
  - `createdBy` string, nullable
  - `endTime` string, nullable, required
  - `events` object[]
  - `executionId` string, required
  - `input` object, nullable, required
  - `logId` string, nullable
  - `output` object, nullable, required
  - `startTime` string, nullable, required
  - `status` 'running' | 'succeeded' | 'failed' | 'rejected' | 'retry' | 'error' | 'completed', required
  - `transitionExecutions` object, nullable, required
  - `workflowId` string, required

## Other responses

- `400` — 400 response
- `403` — 403 response
- `404` — 404 response
- `415` — 415 response
- `500` — 500 response

## Changes

> 40 revisions in range; 1 could not be searched.

- **2024-02-05** `c371d93c085f` — 1 info
  - added the optional property `createdBy` to the response with the `200` status
- **2023-12-05** `8290cb385771` — 1 warning
  - added the new `completed` enum value to the `status` response property for the response status `200`
- **2023-02-27** `38ef4f3feaaf` — 1 info
  - the `completedBy/items/anyOf[subschema #2]/` response's property pattern was changed from `^las:app-client:[a-f0-9]{32}$` to `^las:app-client:[a-z0-9-_]+$` for the status `200`
- **2022-09-29** `424af607ab69` — 3 breaking
  - the response property `input` became nullable for the status `200`
  - the response property `output` became nullable for the status `200`
  - the response property `transitionExecutions` became nullable for the status `200`
- **2021-11-05** `9788e6bfa925` — 1 warning, 2 info
  - removed the optional property `createdBy` from the response with the `200` status
  - removed the `completed` enum value from the `status` response property for the response status `200`
  - the `completedBy/items/anyOf[subschema #2]/` response's property pattern was changed from `^las:app-client:[a-z0-9-_]+$` to `^las:app-client:[a-f0-9]{32}$` for the status `200`

[Change history](https://skmtc.dev/lucidtechai/apis/lucidtech-api/changes/workflows/:workflowId/executions/:executionId/get.md)

---

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