List my sessions (paged, sortable, filterable)
get_sessions_myReturns a page of sessions for the current user within the current workspace.
Self-service dashboard endpoint — requires workspace enableSelfService: true.
Payload is included only for rows whose computed status is active.
Sort keys match the admin workspace session list; pageSize is clamped to 1–200 (default 20).
Source: GET /api/v1/sessions/my
Requires auth.userToken and forwards it as a Bearer token.
Prefer connection.workspaceName and connection.appId as stable config instead of generating identity fields dynamically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auth | No | ||
| body | No | ||
| query | Yes | ||
| params | No | ||
| connection | Yes |