View information about flows in Amazon Bedrock - Amazon Bedrock
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

View information about flows in Amazon Bedrock

To learn how to view information about a flow, choose the tab for your preferred method, and then follow the steps:

Console
To view the details of a flow
  1. Sign in to the AWS Management Console with an IAM identity that has permissions to use the Amazon Bedrock console. Then, open the Amazon Bedrock console at https://eusc-de-east-1.console.amazonaws-eusc.eu/bedrock.

  2. Select Amazon Bedrock Flows from the left navigation pane. Then, in the Amazon Bedrock Flows section, select a flow.

  3. View the details of the flow in the Flow details pane.

API

To get information about a flow, send a GetFlow request with an Agents for Amazon Bedrock build-time endpoint and specify the ARN or ID of the flow as the flowIdentifier.

To list information about your flows, send a ListFlows request with an Agents for Amazon Bedrock build-time endpoint. You can specify the following optional parameters:

Field Short description
maxResults The maximum number of results to return in a response.
nextToken If there are more results than the number you specified in the maxResults field, the response returns a nextToken value. To see the next batch of results, send the nextToken value in another request.