# List validation incidents. **GET /api/validation_incidents** Allows you to retrieve a list of validation incidents appropriately filtered. ## Servers - http://localhost:4000: http://localhost:4000 () ## Authentication methods - Api key ## Parameters ### Query parameters - **start** (string) an ISO8601 formatted date to query data from - **filter** (string) criteria to filter by - **sort** (string) criteria to sort by - **end** (string) an ISO8601 formatted date to query data until ## Responses ### 200 OK #### Body: application/json (object) - **data** (array[object]) Validation incidents ### 401 Unauthorized #### Body: application/json (object) - **error** (string) Human readable version of the error status code [Powered by Bump.sh](https://bump.sh)