Get Filter
GET/v0/filters/:filter_group_id
Get a specific datapoint filter.
Args: request: The FastAPI request object project_id: UUID of the project the filter belongs to filter_group_id: UUID of the specific filter group to retrieve
Returns: The requested filter item
Request
Responses
- 200
- 400
- 401
- 404
- 422
Successful Response
Input data is incorrect
Okareo API token has failed authentication
Data is not found
Input data is invalid