Get tagsedit

Aggregates and returns all unique tags from all cases.

Request URLedit

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

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"
]