# List alerts for a booth **GET /api/booths/{booth_id}/alert_history** Get a paginated list of alerts for a specific booth, given the booth's ID in the system. ## Servers - http://localhost:4000: http://localhost:4000 () ## Authentication methods - Api key ## Parameters #### Path parameters - **booth_id** (string) id of the booth #### Query parameters - **start** (string) an ISO8601 formatted date to query data from - **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 - **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 ### 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)