Skip to main content

handle

Function handle 

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