List runs
Show run details
Compare two runs
Watch a run in progress
Download logs and artifacts
Options
| Flag | Short | Description |
|---|---|---|
--failed | -f | Download only failed (unresolved) instances |
--errored | -e | Download only errored instances |
--instance | -i | Download a specific instance by ID |
--output | -o | Directory to save the download (default: .) |
Examples
What you get
Each instance directory contains logs, scores, and any artifacts your agent wrote to$OUTPUT_DIR. The key files:
100_runner.log— your runner.sh stdout + stderr. Start here when debugging.200_scoring.log— verifier/grading output. Shows why it passed or failed.score.json— resolved status and score.
trajectory.json, reward.txt, and any other files your runner.sh wrote to $OUTPUT_DIR.