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
-
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/
. -
Select Agents from the left navigation pane. Then, choose an agent in the Agents section.
-
Choose an agent in the Agents section.
-
On the agent details page, for the Working draft section, choose the working draft.
-
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
, andagentVersion
.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
andagentVersion
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 anextToken
value. To see the next batch of results, send thenextToken
value in another request.