Skip to main content

Endpoint

Query parameters

Success response 200

Notes

  • Pass the nextCursor value back as cursor to fetch the next page. Stop when hasMore is false or nextCursor is null.
  • The cursor encodes the sort tuple (createdAt|id or name|id). Do not mix sorts across pages.