Skip to main content

get_runs

Function get_runs 

Source
pub async fn get_runs(
    __arg0: State<Arc<AppState>>,
    headers: HeaderMap,
    __arg2: Query<RunsQuery>,
) -> Result<Json<RunPage>, StatusCode>