session_read
Fetch stored per-session state for an app/session pair, exposing entry mode, dispatch, and project details. Returns an error if the session is unknown.
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 |