martin_list_runs
List recent runs with filters for status, model, lifecycle, and recency to monitor and audit AI coding agent activity.
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 |