Get Filters
GET/v0/filters
Get all datapoint filters for a project. Defaults to a 90-day lookback window.
Args: request: The FastAPI request object project_id: UUID of the project to get filters for
Returns: List of filter items for the project
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