session-get
Retrieve a saved consensus session by ID to view opinions, verdict, arbiter, and annotations. Works only when persistence is enabled.
Instructions
Fetch a persisted consensus/ask-all session record by id (opinions, verdict, arbiter, annotations). Requires sessions.persist; local and read-only (no provider calls). Returns a text-wrapped JSON envelope { session }, or { error } when persistence is off or the id is unknown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | session-revisit only: working directory for resolving the original file refs on the re-run; session-get ignores it. | |
| sessionId | Yes | Id of a persisted session record. |