run_status
Check a run's closure state, progress, budget, and artifact paths. Use after each child submission and at cycle summaries to know when to stop.
Instructions
Read closure state, progress, budget, and artifact paths for a run.
Call this after every submit_child and at the end of every cycle summary. Stop requesting
parents when status says the run is closed.
Returns: {"status": str, "curve": [[eval_idx, best_fitness]], "plateau": bool,
"budget_remaining": dict, "islands": object, "artifacts": {"gif": path|null,
"poster": path|null, "dashboard": path|null}}, or the standard error dict.
Mistake to avoid: never omit the artifact paths or continue after a closed status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||