Skip to main content
GET
/
agents
/
{agent_id}
/
tools
List Agent Tools
curl --request GET \
  --url https://api.kejue.co/api/v1/agents/{agent_id}/tools \
  --header 'X-API-Key: <api-key>'
[
  {
    "tool_name": "<string>",
    "channels": [
      "<string>"
    ],
    "config": {},
    "tool_id": "<string>"
  }
]

Authorizations

X-API-Key
string
header
required

Workspace API key (e.g. kej_live_...)

Path Parameters

agent_id
string
required

Response

Successful Response

tool_name
string
required
channels
string[]
required
config
Config · object
required
tool_id
string | null