Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

List AI tool configs

GET/v1/ai/agents/{agentID}/tools
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Path parameters
agentIDstringrequired
Responses
200OK
itemsToolConfigView[] | nullrequired
Show properties
Array of ToolConfigView
agent_idstringrequired
callablebooleanrequired
configobjectrequired
descriptionstringrequired
enabledbooleanrequired
idstringrequired
labelstringrequired
lastUsedAtstring
namestringrequired
riskstringrequired
statusstringrequired
tool_descriptionstringrequired
tool_keystringrequired
tool_labelstringrequired
updated_atstringrequired
updated_bystring
400Bad Request
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
401Unauthorized
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
403Forbidden
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
404Not Found
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
422Unprocessable Entity
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
500Internal Server Error
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X GET "/v1/ai/agents/string/tools"
Response
{
  "items": [
    {
      "agent_id": "string",
      "callable": true,
      "config": {},
      "description": "string",
      "enabled": true,
      "id": "string",
      "label": "string",
      "lastUsedAt": "string",
      "name": "string",
      "risk": "string",
      "status": "string",
      "tool_description": "string",
      "tool_key": "string",
      "tool_label": "string",
      "updated_at": "string",
      "updated_by": "string"
    }
  ]
}