---
title: "GET /flows/{flowIdentifier}/executions"
method: GET
path: "/flows/{flowIdentifier}/executions"
---

# GET /flows/{flowIdentifier}/executions

`GET /flows/{flowIdentifier}/executions`

Lists all executions of a flow. Results can be paginated and include summary information about each execution, such as status, start and end times, and the execution's Amazon Resource Name (ARN).

Flow executions is in preview release for Amazon Bedrock and is subject to change.

## Path parameters

- `flowIdentifier` string, required

## Query parameters

- `flowAliasIdentifier` string
- `maxResults` integer — Max Results.
- `nextToken` string

## Response `200`

Success

- ListFlowExecutionsResponse
  - `flowExecutionSummaries` FlowExecutionSummary[], required — A list of flow execution summaries. Each summary includes the execution ARN, flow identifier, flow alias identifier, flow version, status, and timestamps.
    - `createdAt` string, date-time, required — The timestamp when the flow execution was created.
    - `endedAt` string, date-time — The timestamp when the flow execution ended. This field is only populated when the execution has completed, failed, timed out, or been aborted.
    - `executionArn` string, required — The Amazon Resource Name (ARN) that uniquely identifies the flow execution.
    - `flowAliasIdentifier` string, required — The unique identifier of the flow alias used for the execution.
    - `flowIdentifier` string, required — The unique identifier of the flow.
    - `flowVersion` string, required — The version of the flow used for the execution.
    - `status` 'Running' | 'Succeeded' | 'Failed' | 'TimedOut' | 'Aborted', required — <p>The current status of the flow execution.</p> <p>Flow executions time out after 24 hours.</p>
  - `nextToken` string — A token to retrieve the next set of results. This value is returned if more results are available.

## Other responses

- `480` — ResourceNotFoundException
- `481` — ValidationException
- `482` — InternalServerException
- `483` — ThrottlingException
- `484` — AccessDeniedException

---

[API](https://skmtc.net/aws/apis/bedrock-agent-runtime.md) · [All operations](https://skmtc.net/aws/apis/bedrock-agent-runtime/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/bedrock-agent-runtime/versions/fe358131c0ad/schema)
