OptionalbeforeOpaque cursor identifying where the next page starts — pass the previous page's
Page.nextCursor here. Omit (or pass undefined) to fetch the first page.
OptionallimitMaximum number of items to return in the page. Optional; the API applies a default/max when omitted.
OptionalorderSort direction by creation time: "desc" (newest first, the API default) or "asc" (oldest first).
Optional.
Query options for a keyset-paginated list endpoint.
Pagination is cursor-based: request a page size with PageQuery.limit, then feed the response's Page.nextCursor back in as PageQuery.before to walk forward. Do not construct or parse the cursor yourself — treat it as opaque.