New cursor pagination added to list assets endpoint
Apr 29, 2025
The list asset API now supports cursor pagination. Look in the response of the first page of assets and you will find a next_cursor
value. To retrieve the next page, request a list of assets with that cursor included as the cursor
query parameter.
When paginating through very large lists of assets you will find that cursor pagination is faster and more reliable than page/limit pagination.