Enneo

AiAgent

Get an AI Agent by id

GET /aiAgent/{id}

GET /aiAgent/{id}

Path parameters

idstringpathrequired

The id of the AI Agent that should be retrieved

Responses

200 — Successful operation

Response Example

{
  "id": 1,
  "tagId": 41,
  "channels": [
    "all"
  ],
  "name": "Change bank data (Code)",
  "description": "Customer wants to change his bank data",
  "appearance": null,
  "exampleTicketIds": [
    8,
    26
  ],
  "settings": null
}

403 — Unauthorized

404 — Intent description not found

500 — Internal error