# List alert **GET /v1/Alerts** Debugger alerts ## Servers ## Parameters ### Query parameters - **LogLevel** (string) Only show alerts for this log-level. Can be: `error`, `warning`, `notice`, or `debug`. - **StartDate** (string(date-time)) Only include alerts that occurred on or after this date and time. Specify the date and time in GMT and format as `YYYY-MM-DD` or `YYYY-MM-DDThh:mm:ssZ`. Queries for alerts older than 30 days are not supported. - **EndDate** (string(date-time)) Only include alerts that occurred on or before this date and time. Specify the date and time in GMT and format as `YYYY-MM-DD` or `YYYY-MM-DDThh:mm:ssZ`. Queries for alerts older than 30 days are not supported. - **PageSize** (integer) How many resources to return in each list page. The default is 50, and the maximum is 1000. ## Responses ### 200 OK #### Body: (object) - **alerts** (array[object]) - **meta** (object) [Powered by Bump.sh](https://bump.sh)