session_read
Retrieve the stored state for an app/session pair, covering entry mode, dispatch binding, and project workspace. Returns a not_found error when the session does not exist.
Instructions
Read the thin per-session state file for an app/session pair — entry mode, bound dispatch, project/workspace — as written by session_enter. Returns {error: not_found} for an unknown session. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | ||
| session_id | Yes |