pub async fn handle(
state: State<RouterState>,
__arg1: Path<String>,
) -> impl IntoResponseExpand description
Run get handler.
This handler responds to GET /api/v1/runs/:run_id with a deterministic,
side-effect-free payload containing the run details derived from
authoritative projection state.