{
"count": 71,
"next": "https://api.decisionvault.com/v1/....?page=2",
"previous": null,
"results": [
{
"id": "matter_AAABBBCCCDDD0001112244",
},
{
"id": "matter_AAABBBCCCDDD0002223334",
},
....
]
}next value gives you the next page of results you can request?page_size=100 query parameter.