List privacy-bounded session summaries
Returns deterministic, cursor-paginated session summaries without detailed events, page sequences, full URLs, query strings, or fragments. visitorId is the lowercase SHA-256 value returned as emailHash by the visitor list and qualification endpoints. The signed cursor is bound to the organization, visitor, and timeframe. Sessions are ordered by start time and canonical session key, both descending.
Authorizations
Organization API key (sk_...). Get yours from Settings > API Keys in the dashboard.
Path Parameters
Visitor SHA-256 identifier from DataApiVisitor.emailHash
^[A-Fa-f0-9]{64}$Query Parameters
Time window fixed when the first cursor page is requested
24h, 7d, 14d, 30d, 90d, all 1 <= x <= 100Opaque signed nextCursor from the previous response. Do not construct or modify it
1 - 1024