assetfare_v2_session_get
Retrieve a saved v2 workflow session and its current unsigned action after a restart using the session ID and caller-owned token. Read-only: it never signs or submits transactions.
Instructions
Read an existing v2 workflow and current unsigned action without advancing it. Example: pass the session_id and its caller-owned session_token after a restart. Read-only; never signs or submits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | V2 workflow session UUID returned by assetfare_v2_session_create. Use only with assetfare_v2_session_* tools; do not pass a legacy session ID. | |
| session_token | Yes | Sensitive caller-generated v2 session capability: at least 32 CSPRNG bytes encoded as 43-128 URL-safe base64 characters. Generate it locally; never log it or substitute a private key or legacy access token. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| signed | Yes | ||
| status | Yes | ||
| submitted | Yes | ||
| session_id | Yes | ||
| current_action | Yes | ||
| server_signing | Yes | ||
| action_available | Yes | ||
| server_submission | Yes |