Endpoint
Query parameters
Success response 200
Notes
- Pass the
nextCursorvalue back ascursorto fetch the next page. Stop whenhasMoreisfalseornextCursorisnull. - The cursor encodes the sort tuple (
createdAt|idorname|id). Do not mix sorts across pages.