list_runs
Retrieve all runs for a specific agent key, ordered by most recent start time. Use to review execution history and monitor agent activity.
Instructions
Return every run recorded for agent_key, most-recently-started first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 |