# Get historic runtime **GET /api/booths/{id}/runtime_series** Allows you to retrieve the requested number of time buckets between a given date range with the total minutes of runtime for each bucket. ## 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 - **datapoints** (string) Number of data points to request - **states** (string) List of comma-separated values to include in the count - **end** (string) ISO8601 formatted date to query data until ## Responses ### 200 OK #### Body: application/json (object) - **data** (array[object]) Series of runtime minutes aggregated in time buckets depending on the datapoints ### 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)