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.
Path parameters
The unique identifier of the flow execution.
The unique identifier of the flow alias used for the execution.
The unique identifier of the flow.
Query parameters
The type of events to retrieve. Specify <code>Node</code> for node-level events or <code>Flow</code> for flow-level events.
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.
A token to retrieve the next set of results. This value is returned in the response if more results are available.
Response
Success