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 by reading checkpoint.json directly from disk.
get_events
Raw event log for a run (chronological). Callers own any slicing/formatting.
get_findings
get_logs
get_report
get_status
list_runs