session_peek
Inspect a session's full Q&A history across instances to catch up or recover findings. Read-only, optionally scoped by agent_id.
Instructions
COORDINATION — read the full turn history (every question and answer, in order) for one session, across instances. Use it to understand what an agent has learned in a session before joining the work, or to recover a finding another instance produced. Optionally scope to one agent_id. Returns the complete conversation bounded by retention. Read-only, makes no model call. Like session_list, this is visibility-only — it never feeds back into an oracle's context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | No | Optional: restrict to one agent's turns on that session. | |
| session_key | Yes | The session label to inspect. |