# Get utilization stats **GET /api/booths/{id}/utilization_stats** Allows you to retrieve utilization statistics for sessions. Like avg session duration, sum of session durations, and sessions count in the time period. ## 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** (array[object]) List of summary statistics per booth mode ### 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)