v1

latestOpenAPI 3.1.02026-07-2616636641.7 KB
Forecast

List forecasts

List information about enqueued and running forecasts.

get/forecaster

Query parameters

detailsboolean

Whether to include the details and partial results of running forecasts.

Response

Information about enqueued and running forecasts.

queuenumber

The number of forecasts that are queued (i.e. haven't started executing yet).

executingnumber

The number of forecasts that are currently executing.

Example response

{
  "executing": 1
}