pub fn api_service_overview(
corpus: &str,
service: &str,
pool: &State<DbPool>,
) -> Result<Json<ServiceOverviewDto>, Status>Expand description
The service-overview hub (agent twin of the top report screen): the (corpus, service)
conversion-status breakdown — total + per-status counts/percentages — the macro entry point an
agent reads before drilling into a severity. Shares backend::progress_report with the HTML top
screen, so the numbers match. 404 on an unknown corpus/service.