View information about an action group - Amazon Bedrock

View information about an action group

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

Console
To view information about an action group
  1. Sign in to the AWS Management Console using an IAM role with Amazon Bedrock permissions, and open the Amazon Bedrock console at https://console.aws.amazon.com/bedrock/.

  2. Select Agents from the left navigation pane. Then, choose an agent in the Agents section.

  3. Choose an agent in the Agents section.

  4. On the agent details page, for the Working draft section, choose the working draft.

  5. In the Action groups section, choose an action group for which to view information.

API

To get information about an action group, send a GetAgentActionGroup request with an Agents for Amazon Bedrock build-time endpoint and specify the actionGroupId, agentId, and agentVersion.

To list information about an agent's action groups, send a ListAgentActionGroups request with an Agents for Amazon Bedrock build-time endpoint. Specify the agentId and agentVersion for which you want to see action groups. You can include 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.

See code examples