martin_list_runs
Lists recent AI agent runs with filters for status, lifecycle, engine metadata, and recency, so you can audit execution history and detect runaway loops or failed attempts.
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 |