list_backtest_jobs
Fetch recent backtest jobs, newest first, with optional status filtering to review completed or failed strategy runs.
Instructions
List recent backtest jobs from SQLite, newest first.
Args:
limit: Maximum number of jobs to return (default 50).
status: Optional filter, e.g. "done" or "failed"; empty string returns all.
Returns:
{"ok": true, "count": int, "jobs": [...]} where each job includes
job_id, status, strategy_name, symbols, start, end,
total_return, max_drawdown, n_trades, timestamps, and error_message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| status | No |