Get case tags
Aggregates and returns a list of case tags. You must have read privileges for the Cases feature in the Management, Observability, or Security section of the Kibana feature privileges, depending on the owner of the cases you're seeking.
GET /api/cases/tags
curl \
-X GET https://localhost:5601/api/cases/tags
Response examples (200)
[
"observability",
"security",
"tag 1",
"tag 2"
]
Response examples (401)
{
"error": "Unauthorized",
"message": "string",
"statusCode": 401
}