MCP tool
get_agent_run
One sweep in full
READ
calls /api/v1/agent/runs/One sweep and the documents it protected. This is the ONLY tool that returns decisions[] in full for a run: the per-file record of what the agent chose NOT to protect and why. Also returns unreadableGroups[], the metadata-only summary of files it could not open. decisions[] is consent-gated, so an absent array means the customer never opted in to sending it, NOT that nothing was excluded. Read-only.
- Access: read-only
- Calls:
/api/v1/agent/runs/
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
runId | string | yes | The immut id of the run, from list_agent_runs |
docPage | number | no | Page of the joined document list |
docLimit | number | no | Page size, max 100 (default 50) |
Generated from the immut MCP server, 28 tools. Machine-readable: this page as markdown · everything in one file · tool contract