bedrockagent_list_agent_collaborators: Retrieve a list of an agent's collaborators

View source: R/bedrockagent_operations.R

bedrockagent_list_agent_collaboratorsR Documentation

Retrieve a list of an agent's collaborators

Description

Retrieve a list of an agent's collaborators.

See https://www.paws-r-sdk.com/docs/bedrockagent_list_agent_collaborators/ for full documentation.

Usage

bedrockagent_list_agent_collaborators(
  agentId,
  agentVersion,
  maxResults = NULL,
  nextToken = NULL
)

Arguments

agentId

[required] The agent's ID.

agentVersion

[required] The agent's version.

maxResults

The maximum number of agent collaborators to return in one page of results.

nextToken

Specify the pagination token from a previous request to retrieve the next page of results.


paws.machine.learning documentation built on April 3, 2025, 8:41 p.m.