Run Logs
get_run_logsRead the tail of a failed backtest job's private logs to diagnose why it stopped. Bounded to 25KB with paths redacted for safe troubleshooting.
Instructions
Read bounded tails of a job's private log files.
Use after a FAILED/TIMED_OUT/ORPHANED job to diagnose the cause before
changing the strategy. tail_bytes is capped at 25000; absolute paths in
log content are redacted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| tail_bytes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||