# Get utilization trends **GET /api/utilization/trends** Compare the time of utilization, cycles, energy, and gas usage for the requested interval vs the typical all-time stats for the same interval. ## Servers - http://localhost:4000: http://localhost:4000 () ## Authentication methods - Api key ## Parameters #### Query parameters - **filter** (string) criteria to filter by - **start** (string) ISO8601 formatted date marking the start of the current period - **end** (string) ISO8601 formatted date marking the end of the current period ## Responses ### 200: OK #### Body Parameters: application/json (object) - **data** (object) Trend of 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)