When calling any of the List All APIs on the Solid platform, you can control the pagination of the response using the following filters. For other filters, see the documentation for the relevant List All API.

As the max number of records returned is 100, if you find your response shows a “total” value over 100, use the “offset” filter to get the subsequent remaining records.

FilterTypeDescription
offsetintstart index (default = 0)
limitintnumber of records to return (default = 25, max = 100)