martin_list_runs
List recent runs from the run store to review execution history and diagnose issues. Use filters for status, lifecycle, model, adapter, or recency to find problematic loops and audit agent behavior.
Instructions
List recent Martin runs from the run store with lightweight filters for status, lifecycle, engine metadata, and recency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of runs to return. Defaults to 20. | |
| model | No | Filter by attempt model. | |
| status | No | Filter by loop status. | |
| runsDir | No | Optional runs-root override. | |
| adapterId | No | Filter by attempt adapter ID. | |
| updatedAfter | No | Optional ISO-8601 timestamp for recency filtering. | |
| lifecycleState | No | Filter by lifecycle state. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| filters | Yes | ||
| runsRoot | Yes | ||
| warnings | Yes | ||
| latestRun | No | ||
| loopCount | Yes | ||
| recentRuns | Yes | ||
| statusBreakdown | Yes | ||
| lifecycleBreakdown | Yes |