GET
/
aiAgent
/
{id}
curl --request GET \
  --url https://demo.enneo.ai/api/mind/aiAgent/{id}
{
  "id": 1,
  "tagId": 41,
  "channels": [
    "all"
  ],
  "name": "Change bank data (Code)",
  "description": "Customer wants to change his bank data",
  "appearance": {},
  "exampleTicketIds": [
    8,
    26
  ],
  "settings": {}
}

Authorizations

connect.sid
string
cookie
required

Cookie-based authentication

Path Parameters

id
string
required

The id of the AI Agent that should be retrieved

Response

200
application/json
Successful operation

The response is of type object.