I am using the Forecast API in X-pack to produce a 30 day forecast like this
POST _xpack/ml/anomaly_detectors/my_job/_forecast
{
"duration": "30d"
}
and get an acknowledgement response with a forecast_id. I'm trying to retrieve the forecast data so I can make some further data processing on the predicted data. So is there any way to extract/retrieve the forecast data by using the forecast_id or something like that? The data certainly exists since it shows up properly in Kibana's Machine Learning tab.