martin_get_run
Fetch a run record to see its budget, cost, verification status, artifacts, and canonical path—letting you confirm what was executed and whether it passed.
Instructions
Load one Martin run and return its budget, cost, verification, artifact, and canonical path summary.
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 | ||
| warnings | Yes | ||
| artifacts | Yes | ||
| inspection | Yes | ||
| sourceKind | Yes | ||
| verification | Yes |