# Get the historic log of filter maintenances for all booths in scope. **GET /api/filters/maintenance_history** Allows you to retrieve the full log of past filter maintenances that have happened on booths that are in scope. ## Servers - http://localhost:4000: http://localhost:4000 () ## Authentication methods - Api key ## Parameters ### Query parameters - **filter** (string) criteria to filter by - **sort** (string) criteria to sort by - **limit** (string) amount of results per page to return - **page** (string) page number - **start** (string) ISO8601 formatted datetime to include maintenances since - **format** (string) format in which to receive the data - **end** (string) ISO8601 formated datetime to include maintenances until ## Responses ### 200 OK #### Body: application/json (object) - **data** (array[object]) List of past filter maintenances for a booth ### 401 Unauthorized #### Body: application/json (object) - **error** (string) Human readable version of the error status code [Powered by Bump.sh](https://bump.sh)