# Get the trend of time in overuse **GET /api/filters/overuse_trend** Compare the time in overuse for the requested interval vs the typical all-time overuse 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 overuse 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)