Skip to main content
GET
/
api
/
v1
/
agents
/
{id}
/
tools
List tools attached to an agent
curl --request GET \
  --url https://api.kataven.ai/v1/api/v1/agents/{id}/tools \
  --header 'Authorization: <api-key>'
[
  {
    "agent_id": "agent_01HZ2N7G3K8M0Q5R7T9V2X4Y6Z",
    "config": {},
    "enabled": true,
    "tool_name": "lookup_order"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.kataven.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Headers

X-Account-ID
string

Tenant database. Required when using a Zitadel JWT.

Path Parameters

id
string
required

Agent id

Response

OK

agent_id
string
Example:

"agent_01HZ2N7G3K8M0Q5R7T9V2X4Y6Z"

config
object
enabled
boolean
Example:

true

tool_name
string
Example:

"lookup_order"