assetfare_read_session
Inspect a legacy v1 session, workflow state, receipt, or pending action. Retrieve details to review or resume without advancing state or submitting transactions.
Instructions
Read a legacy v1 session summary, workflow state, receipt, or current unsigned action. Use to inspect or resume a session created by assetfare_create_session; for a v2 session use assetfare_v2_session_get instead and do not use this call to advance state. Read-only and makes a network request; never signs or submits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | Legacy read projection: session summary, workflow state, receipt, or next_action. This selection never advances the workflow. | session |
| session_id | Yes | Legacy v1 session UUID returned by assetfare_create_session. Use only with the unversioned legacy workflow; do not pass a v2 session ID. | |
| access_token | Yes | Sensitive legacy v1 wallet-bound bearer token returned by assetfare_finish_wallet_auth. Use only with unversioned legacy session tools; never log or use it as a v2 session capability. |