Calico Platform API uses cursor-based pagination. An identifier string marks the starting point for each set (or page) of data.To use pagination, you should include the limit, the maximum number of items to return in each page of results. If limit is not requested, the default size is 30.If next is empty, there is no further data.
{
"next_uri": "/transactions?start_time=2025-11-22T23%3A45%3A50Z&end_time=2026-01-25T22%3A47%3A34Z&limit=30&cursor=DLVsbG8sIFdvcmxkIQ=="
}