Get Forecast Run Results

Returns results for a completed forecast run at the requested resolution.

Results are returned in column-oriented format: each entry in columns has a label, a display_label, and a data array of length periods. Timestamps are implicit — derive them from data_start, the resolution, and the array index.

Use ?columns= to request a subset of columns by label. Omit the parameter to return all available columns.

Returns 404 if the run has not yet completed. Poll GET /runs/{id}/ until status is ready_for_review before calling this endpoint.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The forecast run ID.

string
enum
required

Time resolution of the results to return.

Allowed:
Query Params
string

Comma-separated list of column labels to include (e.g. total_revenue,avg_cycles_per_day). Omit to return all columns.

Responses

401

Missing or invalid Bearer token.

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json