# Get history of alerts **GET /api/alerts** Allows you to retrieve a list of alerts filtered by the given pagination parameters. ## Servers - http://localhost:4000: http://localhost:4000 () ## Authentication methods - Api key ## Parameters #### Query parameters - **filter** (string) criteria to filter by - **sort** (string) criteria to sort by - **limit** (string) amount of results per page to return - **page** (string) page number - **start** (string) an ISO8601 formatted date to query data from - **end** (string) an ISO8601 formatted date to query data until ## Responses ### 200: OK #### Body Parameters: application/json (object) - **data** (array[object]) Historic alert data - **limit** (number) The number of items per page currently applied - **page** (number) The number of the page returned - **pages** (number) The total number of pages matching the current search - **total** (number) The total number of accounts matching the query ### 401: Unauthorized #### Body Parameters: application/json (object) - **error** (string) Human readable version of the error status code [Powered by Bump.sh](https://bump.sh)