logs
proxai-gateway logsShows the most recent uploaded records from the local buffer — timestamp,
source agent, and a snippet of what was captured. The view refreshes live;
press q to quit.
Everything logs shows comes from your machine’s own buffer, and every
record was already redacted before it was stored — so what you see here is
exactly what was (or will be) uploaded.
| Option | Effect |
|---|---|
--failed | Show failed and quarantined records instead of uploaded ones |
--pending | Show records queued but not yet uploaded |
--static | One-shot output, no live refresh |
--json | Emit JSON (implies --static) |
-v, --verbose | Expand every record to its full prompt, response, and metadata |
--id <capture-id> | Show full detail for one record by capture id (a unique prefix is accepted) |
--source <app> | Filter by agent: claude-code, cursor, codex, or claude-desktop |
--since <dur> | Show records from the last duration, e.g. 30m, 24h, 7d |
--lines <n> | Number of records to display (default: 50) |
Examples
Check what failed to upload and why:
proxai-gateway logs --failedYesterday’s Claude Code captures:
proxai-gateway logs --source claude-code --since 24hInspect one record in full:
proxai-gateway logs --id 0196a3 --verboseLast updated on