get_backtest_artifacts
Retrieve file paths for backtest artifacts by job ID. Optionally filter by kind (equity curve, trades, report).
Instructions
List on-disk artifact paths for a backtest job.
Args:
job_id: Backtest job identifier.
kind: Optional filter: equity_curve, trades, stdout, stderr,
strategy_code, or report_markdown; empty returns all kinds.
Returns:
{"ok": true, "job_id": str, "artifacts": [{"kind": str, "path": str, ...}]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| job_id | Yes |