v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1433660423.8 KB

Lists events that occurred during a flow execution. Events provide detailed information about the execution progress, including node inputs and outputs, flow inputs and outputs, condition results, and failure events.

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

get/flows/{flowIdentifier}/aliases/{flowAliasIdentifier}/executions/{executionIdentifier}/events#eventType

Path parameters

executionIdentifierstring required

The unique identifier of the flow execution.

flowAliasIdentifierstring required

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

flowIdentifierstring required

The unique identifier of the flow.

Query parameters

eventType'Node' | 'Flow' required

The type of events to retrieve. Specify <code>Node</code> for node-level events or <code>Flow</code> for flow-level events.

maxResultsinteger

Max Results.

The maximum number of events to return in a single response. If more events exist than the specified maxResults 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.