# Get filters
**GET /_ml/filters/{filter_id}**
**All methods and paths for this operation:**
GET
/_ml/filters
GET
/_ml/filters/{filter_id}
You can get a single filter or all filters.
## Required authorization
* Cluster privileges: `manage_ml`
## Servers
- http://api.example.com: http://api.example.com ()
## Authentication methods
- Api key auth
- Basic auth
- Bearer auth
## Parameters
### Path parameters
- **filter_id** (string | array[string])
A string that uniquely identifies a filter.
### Query parameters
- **from** (number)
Skips the specified number of filters.
- **size** (number)
Specifies the maximum number of filters to obtain.
## Responses
### 200
#### Body: application/json (object)
- **count** (number)
- **filters** (array[object])
[Powered by Bump.sh](https://bump.sh)