🚀 New Feature: Main Forecast Export APIs
Many customers need to take Main Forecast data out of Genesys Cloud to:
With this release, you can now do that directly via API. We've introduced Main Forecast Export APIs , which let you export Continuous Forecast data, forecast snapshots, and historical actuals from Main Forecast as CSV files-ready for downstream processing.
🗓️ Availability is targeted for March 16th, 2026.
📦What's Included
1. Export Continuous Forecasts
Export aggregated Continuous Forecast values for the date range you specify.
2. Export Historical Actuals
Export aggregated historical actuals for the date range you specify.
3. Export Forecast Snapshots
- Exports one snapshot per request, and the specific snapshot must be explicitly specified.
🛠️ Key Capabilities
Flexible filtering
- Provide start and end dates to control the time window
- If the requested dates fall outside the data range, the response is truncated to available data
- Choose granularity: 15 minutes, 30 minutes, 60 minutes, day, or week
- Specify a time zone (defaults to the Business Unit time zone)– time zone shifts are applied after aggregation
Customizable output
- Choose your delimiter (comma by default; any single character allowed) for easier ingestion into databases, BI tools, and custom pipelines
- Output is a single file
đź”— Endpoints to submit an export job
- Forecast Export : /api/v2/workforcemanagement/businessunits/{businessUnitId}/mainforecast/continuousforecast/session/export/forecast/jobs
- Historical Export: /api/v2/workforcemanagement/businessunits/{{BusinessUnitId}}/mainforecast/continuousforecast/session/export/historical/jobs
- Snapshot Export: /api/v2/workforcemanagement/businessunits/{{BusinessUnitId}}/mainforecast/continuousforecast/session/export/snapshot/jobs
⚠️ Important Notes & Constraints
Single planning group
If only one planning group is provided, no aggregation is applied. The data reflects that planning group as is.
Large exports
If the dataset exceeds what's practical for your specific use case, consider the following options:
DST behavior
During Daylight Saving Time transitions, you may see duplicate or missing intervals.
Start integrating Main Forecast Export APIs into your reporting and planning workflows.
#Forecasting
------------------------------
Pavithra Asokan
Staff Product Manager, WEM
------------------------------