Skip to main content

Module query

Module query 

Source

Structs§

StatusOutput
Summary view of a run’s checkpoint — the query DTO shared by the CLI. It lives in the query layer (not a presentation layer) so that the binary commands depend downward on service, not the reverse.

Enums§

ReportStatus

Functions§

cancel_run
get_checkpoint
Fetch a run’s checkpoint, guarding against unknown run dirs: returns Ok(None) rather than letting get_run_store create the run directory for an id that was never started. The single existence-checked accessor shared by list_runs / get_status and the binary status command.
get_events
Raw event log for a run (chronological). Callers own any slicing/formatting.
get_findings
get_logs
get_report
get_status
list_runs