Loading...
Loading...
Monitor a Coval run's progress with live updates. Use when user wants to check run status or wait for completion.
npx skill4agent add coval-ai/coval-external-skills watch-run$ARGUMENTScoval runs list --page-size 10coval runs watch <run_id> --interval 2coval runs get <run_id> --format json| Flag | Description | Default |
|---|---|---|
| Refresh rate in seconds | 2 |
| Status | Meaning |
|---|---|
| PENDING | Run created, not yet queued |
| IN QUEUE | Waiting for capacity |
| IN PROGRESS | Simulations running |
| COMPLETED | All simulations finished |
| FAILED | Run encountered an error |
| CANCELLED | User cancelled the run |