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

# GET /workflows/{workflowId}/executions

`GET /workflows/{workflowId}/executions`

## Path parameters

- `workflowId` string, required

## Query parameters

- `status` string
- `nextToken` string
- `maxResults` string
- `sortBy` string
- `order` string

## Response `200`

200 response

- WorkflowExecutions
  - `executions` object[], required
    - `completedBy` union[]
      - union
        - string
        - string
    - `completedTaskLogId` string, nullable
    - `endTime` string, nullable, required
    - `events` object[]
    - `executionId` string, required
    - `input` object, required
    - `logId` string, nullable
    - `output` object, required
    - `startTime` string, nullable, required
    - `status` 'running' | 'succeeded' | 'failed' | 'rejected' | 'retry' | 'error', required
    - `transitionExecutions` object, required
    - `workflowId` string, required
  - `nextToken` string, nullable, required
  - `order` 'ascending' | 'descending'
  - `sortBy` 'startTime' | 'endTime'
  - `status` string[]
  - `workflowId` string, required

## Other responses

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

## Changes

- **2021-11-05** `9788e6bfa925` — 3 warning, 3 info
  - deleted the `query` request parameter `fromStartTime`
  - deleted the `query` request parameter `toStartTime`
  - removed the optional property `executions/items/createdBy` from the response with the `200` status
  - removed the `completed` enum value from the `executions/items/status` response property for the response status `200`
  - …2 more

[Change history](https://skmtc.dev/lucidtechai/apis/lucidtech-api/changes/workflows/:workflowId/executions/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/fc6ba1d5e844/schema)
