Retrieves detailed information about a specific AI Agent by its unique identifier. **Use Cases:** - Get the current configuration and capabilities of an AI agent - Check the access state and allowed users/groups for an agent - Retrieve capability settings (ask, text_gen, extract…
fieldsarrayList of capability fields to include in the response. Specify which detailed capability configurations to return. Valid values: 'ask' (Q&A about documents), 'text_gen' (text generation), 'extract' (metadata extraction). Example: ['ask', 'text_gen'] returns both ask and text_gen…
agent_idRequiredstringThe unique identifier of the AI Agent to retrieve. This is a numeric string ID (e.g., '12345678') obtained from creating an agent (BOX_CREATE_AI_AGENT) or listing agents (BOX_LIST_AI_AGENTS).
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.