v1

latestOpenAPI 3.0.32026-07-1718922.1 KB
Test Execution

Query forecasts.

Returns boundary condition forecasts from current time.

put/forecast/{testid}

Request body

point_namesstring[]

List of point names.

horizonnumber

Forecast horizon in seconds.

intervalnumber

Time interval between forecast points in seconds.

Response

Successful response with forecast time series.

messagestring
payloadTimeSeries

Time series response. Always includes a "time" array (seconds since Jan 1st, 00:00:00) and any number of series arrays keyed by signal name.

statusinteger

Example response

{
  "message": "Forecast query processed successfully.",
  "status": 200
}