GET
/
tag
curl --request GET \
  --url https://demo.enneo.ai/api/mind/tag
{
  "success": true,
  "tags": [
    {
      "id": 123,
      "name": "Complaint",
      "fullName": "Second Level: Complaint",
      "parent": 6,
      "reference": "ticket",
      "type": "skill",
      "visibility": "public",
      "color": "grey",
      "properties": {},
      "complexity": "moderate",
      "sla": 8,
      "priority": "do-not-change",
      "channels": [
        "email",
        "chat"
      ],
      "subchannels": [
        2,
        4
      ],
      "detectionDetails": {},
      "assignment": [
        "assignBySubchannel",
        "assignByCustomLogic"
      ],
      "testCase": {},
      "modifiedBy": "John Doe",
      "modifiedAt": "2024-08-29 14:38:12"
    }
  ]
}

Authorizations

connect.sid
string
cookie
required

Cookie-based authentication

Query Parameters

q
string

Search for tags matching this search string

type
enum<string>

Show only tags of a specific type

Available options:
skill,
product,
brand,
customerProperty,
contractProperty,
other
includeDisabled
boolean

Also include disabled intents

format
enum<string>

Level of detail of output. Defaults to full

Available options:
compact,
full

Response

200
application/json
Successful operation

Data format of Enneo success messages

success
boolean

Operation was successful

tags
object[]

Tag object