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": {}
}
Cookie-based authentication
The id of the AI Agent that should be retrieved
Successful operation
The response is of type object
.
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": {}
}