status
proxai-gateway statusPrints a live dashboard of the gateway’s state:
- A health indicator with a one-line headline
- Per-agent capture counts and any capture errors
- Buffer occupancy — pending, failed, and already-uploaded records
- Recent upload activity, including snippets of the (redacted) prompts
- Daemon and version state, including whether an upgrade is due
The view refreshes live; press q to quit.
| Option | Effect |
|---|---|
--json | Emit machine-readable JSON once and exit (no live view) |
--config <path> | Read a configuration file from a non-default location |
status is the fastest way to answer “is the gateway healthy?”. For
record-level detail use logs; for guided
diagnosis of a problem use doctor.
Last updated on