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

# GET /flows/{flowIdentifier}/aliases/{flowAliasIdentifier}/executions/{executionIdentifier}

`GET /flows/{flowIdentifier}/aliases/{flowAliasIdentifier}/executions/{executionIdentifier}`

Retrieves details about a specific flow execution, including its status, start and end times, and any errors that occurred during execution.

## Path parameters

- `executionIdentifier` string, required
- `flowAliasIdentifier` string, required
- `flowIdentifier` string, required

## Response `200`

Success

- GetFlowExecutionResponse
  - `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.
  - `errors` FlowExecutionError[] — A list of errors that occurred during the flow execution. Each error includes an error code, message, and the node where the error occurred, if applicable.
    - `error` 'ExecutionTimedOut' — The error code for the type of error that occurred.
    - `message` string — A descriptive message that provides details about the error.
    - `nodeName` string — The name of the node in the flow where the error occurred (if applicable).
  - `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.
  - `startedAt` string, date-time, required — The timestamp when the flow execution started.
  - `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>

## 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)
