v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1433660423.8 KB

Starts an execution of an Amazon Bedrock flow. Unlike flows that run until completion or time out after five minutes, flow executions let you run flows asynchronously for longer durations. Flow executions also yield control so that your application can perform other tasks.

This operation returns an Amazon Resource Name (ARN) that you can use to track and manage your flow execution.

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

post/flows/{flowIdentifier}/aliases/{flowAliasIdentifier}/executions

Path parameters

flowAliasIdentifierstring required

The unique identifier of the flow alias to use for the flow execution.

flowIdentifierstring required

The unique identifier of the flow to execute.

Request body

flowExecutionNamestring

The unique name for the flow execution. If you don't provide one, a system-generated name is used.

Response

Success

executionArnstring

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