---
title: "Generate a time series forecast of a Scenario"
method: POST
path: "/dimensions/scenarios/forecast"
tags: ["Dimensions"]
---

# Generate a time series forecast of a Scenario

`POST /dimensions/scenarios/forecast`

Generate a time series forecast of a Scenario

## Headers

- `X-Company-ID` string, required

## Request body

- MetadataMessage — This helps with some weird behavior in the API docs when an object isn't actually returned in the response. Using this makes the response example in the API docs look slightly better tho still technically not fully accurate.
  - `data` object, required
  - `metadata` object, required

## Response `200`

Acknowledgement of the request (generation of the forecast will be backgrounded)

- MetadataMessage — This helps with some weird behavior in the API docs when an object isn't actually returned in the response. Using this makes the response example in the API docs look slightly better tho still technically not fully accurate.
  - `data` object, required
  - `metadata` object, required

---

[API](https://skmtc.net/cubesoftware/apis/cube-api.md) · [All operations](https://skmtc.net/cubesoftware/apis/cube-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cubesoftware/cube-api/revisions/67d9f45bb99b/schema)
