Skip to main content

handle

Function handle 

Source
pub async fn handle(
    state: State<RouterState>,
    __arg1: Path<String>,
) -> impl IntoResponse
Expand 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.