session_peek
Retrieve the complete turn history for a session to review what an agent has learned or recover prior findings. Optionally filter by agent_id. Read-only, no model call.
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. |