GET
/
aiAgents
curl --request GET \
  --url https://demo.enneo.ai/api/mind/aiAgents
[
  {
    "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

Query Parameters

limit
integer
default:
100

The number of items to return

Required range: 1 < x < 1000
offset
integer
default:
0

The number of items to skip

Required range: x > 0
categoryFilter
enum<string>

Filter criteria based on category. If ommited, only ai agents will be returned ("intent")

Available options:
all,
intent,
template
typeFilter
enum<string>

Filter criteria based on type of the executor. If ommited, all types are returned.

Available options:
sourceCode,
apiCall,
visualEditor
format
enum<string>

Output format. Either short (only name/id), medium (key facts) or full (all details). Defaults to full.

Available options:
short,
medium,
full
q
string

Search query for fulltext search in name and description fields. Results are ordered by relevance when search is used

Response

200
application/json
Successful operation
id
integer

Unique identifier of the AI agent (unsigned integer)

Required range: x > 0
tagId
integer

Category of this ai agent

channels
string[]

Channels this ai agent is available on

name
string

The name of the AI agent visible to the user. It is also used by the LLM to validate if the intent is correctly identified

description
string

The description of the AI agent as defined by the user. It is also used by the LLM to validate if the intent is correctly identified

appearance
object
exampleTicketIds
integer[]
settings
object