martin_run_dossier
Get the complete governed run dossier: attempts, events, artifacts, discovery surfaces. Verify whether it passed, what changed, and what it cost.
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 |