list_runs
List training runs and their statuses to track progress, troubleshoot failures, or compare outcomes. Optionally filter by status or limit to recent runs.
Instructions
List known training runs with their status.
Args: status_filter: Filter by status: 'running', 'completed', 'failed', or 'stopped'. last_n: Number of most recent runs to return (default 20). Use -1 for all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| last_n | No | ||
| status_filter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||