# Get the utilization of all booths within scope **GET /api/utilization** Allows you to retrieve the utilization stats of one or multiple booths. Per facility, account, region, and others. ## Servers - http://localhost:4000: http://localhost:4000 () ## Authentication methods - Api key ## Parameters #### Query parameters - **filter** (string) criteria to filter by. Can be an account, facility, region, or booth id. If empty returns for all booths in scope - **start** (string) ISO8601 formatted date to query data from - **end** (string) ISO8601 formatted date to query data until ## Responses ### 200: OK #### Body Parameters: application/json (object) - **data** (array[object]) Booths utilization data ### 400: Bad Request #### Body Parameters: application/json (object) - **error** (string) Human readable version of the error status code ### 401: Unauthorized #### Body Parameters: application/json (object) - **error** (string) Human readable version of the error status code [Powered by Bump.sh](https://bump.sh)