Viewing runs
Run details
Each run tracks:| Field | Description |
|---|---|
| Status | pending, running, completed, or failed |
| Triggered by | schedule (automatic), manual (via CLI), or api |
| Started at | When execution began |
| Completed at | When execution finished |
| Duration | Total execution time in milliseconds |
| Success | Whether all assertions passed |
| Errors | Any error messages from failed nodes |
Run statuses
- Pending — The job is queued and waiting for an executor
- Running — An executor is currently processing the monitor
- Completed — Execution finished (check
successfor pass/fail) - Failed — Execution encountered an error (timeout, network failure, etc.)