pub async fn get_endpoint_forecasts(
__arg0: State<ForecastingState>,
__arg1: Path<String>,
__arg2: Query<ListForecastsQuery>,
) -> Result<Json<ForecastListResponse>, StatusCode>Expand description
Get endpoint-level forecasts (no database)
GET /api/v1/forecasts/endpoint/{endpoint}