GET
/
v2
/
ai-agents
/
{ai_agent_id}
/
custom-tools
/
{tool_id}

Path Parameters

ai_agent_id
string
required
tool_id
string
required

Response

200 - application/json
additional_tool_info
object
required

Complete configuration for the custom tool including API details

created_at
string
required

Timestamp indicating when this custom tool was created

openai_tool
object
required

OpenAI function definition containing the tool's interface specification

updated_at
string
required

Timestamp indicating when this custom tool was last modified

tool_id
string

Unique identifier for the custom tool