Lists all executions of a flow
Source:R/bedrockagentruntime_operations.R
bedrockagentruntime_list_flow_executions.RdLists 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).
See https://www.paws-r-sdk.com/docs/bedrockagentruntime_list_flow_executions/ for full documentation.
Usage
bedrockagentruntime_list_flow_executions(
flowAliasIdentifier = NULL,
flowIdentifier,
maxResults = NULL,
nextToken = NULL
)Arguments
- flowAliasIdentifier
The unique identifier of the flow alias to list executions for.
- flowIdentifier
[required] The unique identifier of the flow to list executions for.
- maxResults
The maximum number of flow executions to return in a single response. If more executions exist than the specified
maxResultsvalue, a token is included in the response so that the remaining results can be retrieved.- nextToken
A token to retrieve the next set of results. This value is returned in the response if more results are available.