List navigation sessions
Returns cursor-paginated navigation sessions for the operator’s organisation. Filter by lifecycle state, device platform, or start-timestamp window. Sessions are anonymous; only lifecycle and analytics metadata are recorded.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
cursor
Opaque cursor returned from a prior call.
limit
Maximum number of results to return. Defaults to 20.
sortBy
Sort field.
sortOrder
Sort order.
Allowed values:
outcomeCode
Filter by session lifecycle state.
Allowed values:
devicePlatform
Filter by member device platform.
Allowed values:
after
ISO 8601 lower bound for the session start timestamp.
before
ISO 8601 upper bound for the session start timestamp.
Response
Cursor-paginated sessions.
data
Sessions for this page, ordered by startedAt descending by default.
pagination
Cursor metadata for paging forward.