# Get utilization summary **GET /api/booths/{id}/utilization_summary** Allows you to retrieve a summary of utilization, including totals of time in use, idle, in active spray, etc. ## Servers - http://localhost:4000: http://localhost:4000 () ## Authentication methods - Api key ## Parameters ### Path parameters - **id** (string) id of the booth ### Query parameters - **start** (string) ISO8601 formatted date to query data from - **end** (string) ISO8601 formatted date to query data until ## Responses ### 200 OK #### Body: application/json (object) - **data** (object) Total time spent in the different relevant states for the queried time period. ### 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)