v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1433660423.8 KB

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

get/flows/{flowIdentifier}/aliases/{flowAliasIdentifier}/executions/{executionIdentifier}

Path parameters

executionIdentifierstring required

The unique identifier of the flow execution to retrieve.

flowAliasIdentifierstring required

The unique identifier of the flow alias used for the execution.

flowIdentifierstring required

The unique identifier of the flow.

Response

Success

endedAtstring 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.

executionArnstring required

The Amazon Resource Name (ARN) that uniquely identifies the flow execution.

flowAliasIdentifierstring required

The unique identifier of the flow alias used for the execution.

flowIdentifierstring required

The unique identifier of the flow.

flowVersionstring required

The version of the flow used for the execution.

startedAtstring 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>