martin_run_dossier
Retrieve the complete execution dossier for a Martin run, including attempts, events, artifacts, and discovery surfaces, to audit and verify AI agent actions.
Instructions
Return the full governed execution dossier for one Martin run, including attempts, events, artifacts, and related discovery surfaces.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Path to a canonical loop-record.json, legacy file, or run-store directory. | |
| latest | No | When true, loads the most recently updated loop record in the run store. | |
| loopId | No | Loop ID under the run store. | |
| runsDir | No | Optional runs-root override. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cost | Yes | ||
| loop | Yes | ||
| budget | Yes | ||
| source | Yes | ||
| related | Yes | ||
| attempts | Yes | ||
| warnings | Yes | ||
| artifacts | Yes | ||
| inspection | Yes | ||
| sourceKind | Yes | ||
| recentEvents | Yes | ||
| verification | Yes |