# Get the historic log of filter maintenances for a booth. **GET /api/booths/{id}/filter_maintenance_history** Allows you to retrieve the full log of past filter maintenances that have happened on a booth. ## Servers - http://localhost:4000: http://localhost:4000 () ## Authentication methods - Api key ## Parameters ### Path parameters - **id** (string) id of the booth ### 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 ## Responses ### 200 OK #### Body: application/json (object) - **data** (array[object]) List of past filter maintenances for a booth ### 400 Bad request #### Body: application/json (object) - **error** (string) Human readable version of the error status code ### 401 Unauthorized #### Body: application/json (object) - **error** (string) Human readable version of the error status code [Powered by Bump.sh](https://bump.sh)