v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1433660423.8 KB

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.

get/flows/{flowIdentifier}/executions

Path parameters

flowIdentifierstring required

The unique identifier of the flow to list executions for.

Query parameters

flowAliasIdentifierstring

The unique identifier of the flow alias to list executions for.

maxResultsinteger

Max Results.

The maximum number of flow executions to return in a single response. If more executions exist than the specified <code>maxResults</code> value, a token is included in the response so that the remaining results can be retrieved.

nextTokenstring

A token to retrieve the next set of results. This value is returned in the response if more results are available.

Response

Success

nextTokenstring

A token to retrieve the next set of results. This value is returned if more results are available.