Getsessions
Session analytics list for the last 7 days. The server currently derives the start window internally and supports app-layer status filtering.
Success data: { "data": [...], "meta": { "total", "page", "pageSize", "hasMore" } }.
Authentication
Headers
Required for a normal JWT, Virtual Key, or PAT. A JWT may instead send X-Openmodel-User-Id. Not used by the public health endpoint.
JWT-only alternative to X-Workspace-Id. Must be a UUID equal to the JWT subject; the server uses it as the workspace id. Not valid as the sole workspace header for Virtual Key or PAT authentication.
Query parameters
ISO 8601 start; defaults to seven days before the request.
1-based page index (default 1).
Page size (default 20, max 100).
Optional filter. One of active, completed, intercepted.
Preferred agent id filter; takes precedence over agent.
Optional sort order (asc or desc).