pub async fn handle(
state: State<RouterState>,
raw_query: RawQuery,
) -> impl IntoResponseExpand description
Runs list handler.
This handler responds to GET /api/v1/runs with a deterministic, side-effect-free
payload containing run summaries derived from authoritative projection state.