On the incident_reports API endpoint, please add the ability to choose which field to sort by and the sort direction (ascending or descending). The default sorting on the incident_reports API endpoint makes periodically scraping data difficult. Currently, it is sorted by the sent_at field and the direction is from oldest to newest, being able to reverse the sort direction so it is sorted from newest to oldest would allow us to paginate over the newest entries first.
This request is similar to an existing one. However, they are strictly speaking about the UI: