Zum Hauptinhalt springen
GET
/
tool
List NEO tools
curl --request GET \
  --url https://demo.enneo.ai/api/mind/tool \
  --header 'Authorization: Bearer <token>'
{
  "tools": [
    {
      "id": 123,
      "slug": "<string>",
      "aiAgentId": 123,
      "name": "<string>",
      "description": "<string>",
      "definition": {},
      "createdAt": "2023-11-07T05:31:56Z",
      "modifiedAt": "2023-11-07T05:31:56Z"
    }
  ],
  "success": true
}

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Abfrageparameter

aiAgentId
integer

Restrict to shared tools plus this agent's private tools.

Antwort

Successful operation

tools
object[]
success
boolean