MCP tool
list_agent_runs
Sweep history
READ
calls /api/v1/agent/runsThe sweeps this organisation's agent has reported, newest first. Use it to answer "when did my agent last run", "how many files did it review last month", or to find a runId to drill into. Returns counts and coverage per run. decisions[] is omitted here for size, so use get_agent_run for one run or list_agent_decisions to query across runs. Read-only.
- Access: read-only
- Calls:
/api/v1/agent/runs
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
workspace | string | no | Workspace id |
mode | interactive | unattended | no | Only sweeps of this kind |
objective | string | no | Only sweeps that served this objective |
protectedOnly | boolean | no | true excludes sweeps that protected nothing |
from | string | no | ISO 8601, on the sweep finish time |
to | string | no | ISO 8601, on the sweep finish time |
page | number | no | Page number (default 1) |
limit | number | no | Page size, max 100 (default 20) |
Generated from the immut MCP server, 28 tools. Machine-readable: this page as markdown · everything in one file · tool contract