Path parameters
-
A string that uniquely identifies a filter.
GET /_ml/filters/{filter_id}
curl \
-X GET http://api.example.com/_ml/filters/{filter_id}
Response examples (200)
{
"count": 42.0,
"filters": [
{
"description": "string",
"filter_id": "string",
"items": [
"string"
]
}
]
}