List navigation sessions

View as MarkdownOpen in Claude

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

cursorstringOptional
Opaque cursor returned from a prior call.
limitdoubleOptional1-100
Maximum number of results to return. Defaults to 20.
sortBystringOptional
Sort field.
sortOrderenumOptional
Sort order.
Allowed values:
outcomeCodeenumOptional
Filter by session lifecycle state.
Allowed values:
devicePlatformenumOptional
Filter by member device platform.
Allowed values:
afterstringOptional
ISO 8601 lower bound for the session start timestamp.
beforestringOptional
ISO 8601 upper bound for the session start timestamp.

Response

Cursor-paginated sessions.

datalist of objects
Sessions for this page, ordered by startedAt descending by default.
paginationobject
Cursor metadata for paging forward.