Skip to main content
GET
/
org
/
{org_id}
/
agents
/
{agent_id}
/
tools
Get agent tools
curl --request GET \
  --url https://v2-nova-api.prod.czmx.in/org/{org_id}/agents/{agent_id}/tools
[
  {
    "config_override": {},
    "description": "<string>",
    "is_enabled": true,
    "method": "<string>",
    "name": "<string>",
    "tool_id": "<string>",
    "url": "<string>"
  }
]

Path Parameters

org_id
string
required

Organization ID

agent_id
string
required

Agent ID

Response

OK

config_override
object
description
string
is_enabled
boolean
method
string
name
string
tool_id
string
url
string