cURL
curl --request GET \ --url https://api.example.com/v2/ai-agents/{ai_agent_id}/builtin-tools/
{ "tools": [ { "from_email": "<string>", "app_password": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "tool_id": "<string>", "tool_start_message": "<string>", "tool_delayed_message": "<string>", "tool_complete_message": "<string>", "tool_failed_message": "<string>", "tool_description": "<string>", "tool_name": "send_email" } ], "next_page_token": "<string>" }
List built-in tools with pagination.
1 <= x <= 100
Successful Response
List of built-in tools configured for the AI agent
Show child attributes
Token for retrieving the next page of results, null if no more results available