# Get a summary of filter services per booth **GET /api/filters/services** Allows you to retrieve a summary of filter usage by booth with relevant stats. ## Servers - http://localhost:4000: http://localhost:4000 () ## Authentication methods - Api key ## Parameters ### Query parameters - **filter** (string) criteria to filter by - **start** (string) ISO8601 date from when to include data - **end** (string) ISO8601 date until when to include data ## Responses ### 200 OK #### Body: application/json (object) - **data** (array[object]) Filter Service data ### 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)