Get the current session payload
get_sessionsReturns the decrypted session payload for the authenticated internal session token.
Response shape is a flat JSON object. Empty payload returns {}.
Source: GET /api/v1/sessions
Requires auth.sessionToken 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 | No | ||
| params | No | ||
| connection | Yes |