List all detection rule tags
Beta
List all unique tags from all detection rules.
GET
/api/detection_engine/tags
curl \
--request GET https://<KIBANA_URL>/api/detection_engine/tags \
--header "Authorization: $API_KEY"
Response examples (200)
[
"string"
]