ops errors
Get recent errors across all projects. Queries the error log aggregator and returns a unified view of failures from the last N hours.
Morning Triage
Run ops errors alongside ops status to see what failed (errors) on top of which projects are unhealthy (status).
Synopsis
Recent errors across every registered project
Terminal
$ops errors
Flags
| Flag | Type | Description | Default |
|---|---|---|---|
--hours-h | INTEGER | Hours to look back | 24 |
--json | flag | Output as JSON for scripts and AI agents | — |
Examples
Errors from the last 24 hours (default window)
Terminal
$ops errors
Widen the window to the last two days
Terminal
$ops errors --hours 48
Machine-readable output for downstream tooling
Terminal
$ops errors --json
Cross-Project View
ops errors is a top-level command — it aggregates across the entire portfolio. To scope to one project, pair with ops query errors --project <id>.