List endpoints (diagrams, versions, gallery search, and usage history) use cursor pagination.
  • Pass limit (default 20, max 100).
  • The response includes next_cursor and has_more.
  • To get the next page, pass the next_cursor value as cursor.
Response shape
Loop until has_more is false.
Cursors are opaque. Do not parse or construct them; only echo back what the API returned.