errors [jobRef]
Use errors to show recent failed or errored runs for one job.
snoopy errors
snoopy errors <jobRef>
snoopy errors <jobRef> --hours 48
Arguments:
[jobRef]: optional job ID or slug
Options:
--hours <count>: look back this many hours, default24
What it shows:
- runs with
failedstatus - runs whose log file contains
[ERROR]entries - the latest error block found for each matching run
If jobRef is omitted, Snoopy shows all jobs and lets you choose one with up/down arrows and Enter.
Typical use:
- investigate one noisy job
- confirm whether a daemon-run job has been failing recently
- inspect recent failures before opening the full
logs <runId>output