Standard cursor pagination (see Getting Started → Pagination). Rows are ordered newest-first by request creation time. Pass limit (1–500, default 100); when a further page exists the response carries a next_cursor, which you pass back as cursor on the next call along with the unchanged start_date / end_date. A null next_cursor means the range is exhausted.