Enneo

AiAgent

Get a sample AI agent by ID

GET /aiAgents/samples/{id}

GET /aiAgents/samples/{id}

Returns a single sample AI agent from the enneo admin portal by its ID. The response includes additional includedInSeeds and category metadata fields.

Path parameters

idstringpathrequired

The ID of the sample AI agent

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 — Sample AI agent not found

500 — Internal error