list_findings
Retrieve findings from a pooled agent in reading order, optionally filtered by run ID.
Instructions
Return the pooled agent's findings oldest-first — the assembled-document reading order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | No | When given, return only the findings recorded within that run; None returns all. | |
| agent_key | Yes | Stable external identifier for the pooled agent a caller manages — assign your own scheme (a ticket id, a slug, a UUID, anything meaningful to your use case). The pool's logical lookup key; distinct from the human-readable display name, and distinct from the harness's per-dispatch `AgentId`. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |