Get agents
Get agents
Box AI Studio is available only for Enterprise Advanced accounts.
List all AI agents
The GET /2.0/ai_agents
endpoint allows you to list all AI agents based on the provided parameters.
Send a request
To send a request, use the GET /2.0/ai_agents
endpoint.
Make sure you have generated the developer token to authorize your app. See getting started with Box AI Studio for details.
cURL
curl -i -X GET "https://api.box.com/2.0/ai_agents" \
-H "authorization: Bearer <ACCESS_TOKEN>"
TypeScript Gen
await client.aiStudio.getAiAgents();
Python Gen
client.ai_studio.get_ai_agents()
.NET Gen
await client.AiStudio.GetAiAgentsAsync();
Swift Gen (Beta)
try await client.aiStudio.getAiAgents()
Java Gen (Beta)
client.getAiStudio().getAiAgents()
Parameters
To make a call, you must pass the following parameters. Mandatory parameters are in bold.
Parameter | Description | Example |
---|---|---|
mode | The mode to filter the agent configuration to return. Possible values are: ask , text_gen , and extract . | ask |
fields | The fields to return in the response. | ask |
agent_state | The state of the agent to return. Value is one of enabled ,disabled . | enabled |
fields | The fields to return in the response. Value is one of ask , text_gen , extract . | ask |
include_box_default | Whether to include the Box default agents in the response. | true |
limit | The maximum number of items to return per page. | 1000 |
marker | Defines the position marker at which to begin returning results. | JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVii |