Pagination
Cursor pagination for session lists and event timelines.
GET /v1/organizations/me/sessions uses a base64url-encoded numeric offset in cursor (default limit 50, max 100). At most 200 sessions are loaded before slicing.
GET …/sessions/{sessionId}/events returns nextCursor for event paging; pass it as cursor on the next request. Optional limit defaults to 100; invalid values are not sanitized.
Ready to ship?
Get started free