Get tagsedit

Aggregates and returns all unique tags from all cases.

The Kibana Console supports only Elasticsearch APIs. Console doesn’t allow interactions with Kibana APIs. You must use curl or another HTTP tool instead. For more information, refer to Console.

Request URLedit

GET <kibana host>:<port>/api/cases/tags

URL query parametersedit

Name Type Description Required

owner

String or String[]

A filter to limit the retrieved tags to a specific set of applications. If this parameter is omitted, the response will contain all tags that the user has access to read.

No

Example requestedit

Gets all tags for all cases:

GET api/cases/tags

Response codeedit

200
Indicates a successful call.

Example responseedit

[
  "windows",
  "phishing",
  "social engineering",
  "bubblegum"
]