Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.box.com/llms.txt

Use this file to discover all available pages before exploring further.

Box AI Studio is available only for Enterprise Advanced accounts.
The GET /2.0/ai_agents/{id} endpoint returns the configuration for a specific AI agent.

Before you start

Make sure you have completed the steps in to create a platform app and generate a developer token.

Send a request

curl -i -X GET "https://api.box.com/2.0/ai_agents/1234567890" \
     -H "authorization: Bearer <ACCESS_TOKEN>"

Parameters

To make a call, you must pass the following parameters. Mandatory parameters are in bold.
ParameterDescriptionExample
agent_idThe agent id to get.1234
fieldsThe fields to return in the response.ask