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