v1
latestOpenAPI 3.1.02026-07-2342137210.8 KBGet Forecast
Returns the generated forecast results for a trained model. Each result includes a date and predicted demand value. Supports filtering by date range.
Path parameters
The unique identifier of the forecast model.
Query parameters
Filters forecast results after the specified date (exclusive).
Expected format: YYYY-MM-DD
Filters forecast results on or after the specified date.
Expected format: YYYY-MM-DD.
Example: 2025-01-01
Filters forecast results before the specified date (exclusive).
Expected format: YYYY-MM-DD.
Filters forecast results on or before the specified date.
Expected format: YYYY-MM-DD.
Example: 2025-01-07
A comma-separated list of additional fields to include in each forecast result. By default these fields are omitted:
- phq_features: The demand intelligence features used in training and forecasting.
- phq_explainability: The top events impacting demand on each forecasted date.
Maximum number of results to return per page.
Zero-based index of the first result to return.
Response
Successful Response