GET /_ml/filters
curl \
-X GET http://api.example.com/_ml/filters
Response examples (200)
{
"count": 42.0,
"filters": [
{
"description": "string",
"filter_id": "string",
"items": [
"string"
]
}
]
}