Enneo

AiAgent

List all sample AI agents

GET /aiAgents/samples

GET /aiAgents/samples

Returns all sample AI agents from the enneo admin portal, without any environment or category filtering. Each agent includes additional includedInSeeds and category metadata fields.

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

500 — Internal error