memo_session_get
Retrieve stored metadata for a tracked memo session by its ID. Get transcript path, project, and checkpoints for a known session, or null if unknown.
Instructions
Fetch metadata for one tracked memo session.
Read-only. Use after memo_session_list or memo_start_session when you need the stored transcript path, project, checkpoints, or other session details. Returns None when the session id is unknown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Full session id or a prefix of at least 4 characters. On a prefix tie the first match wins; unknown or too-short ids return null. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |