session_read
Retrieve stored session state for an app/session pair to get entry mode, bound dispatch, and project/workspace. Returns not_found error for unknown sessions.
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 |