---
title: "Get all baseline scenarios"
method: GET
path: "/v1/baseline_forecasts/baseline_scenarios"
tags: ["Baseline forecasts"]
---

# Get all baseline scenarios

`GET /v1/baseline_forecasts/baseline_scenarios`

Retrieves a list of all baseline scenarios.

## Response `200`

Baseline scenarios retrieved successfully

- object
  - `defaultScenario` BaselineScenario — A baseline scenario is the collection of main metric and activity data projections for an organization. Each business entity process has a specific main metric projection under a baseline scenario. Each activity data type within each emissions source has a projection under a baseline scenario. Together they make up a baseline scenario. All organizations have a default baseline scenario that is created when the organization is created. Additional baseline scenarios can be defined.
    - `id` string, uuid
    - `name` string, required — The name of the baseline scenario
    - `description` string, nullable — A description of the baseline scenario
    - `isDefault` boolean, required — Whether this is the default baseline scenario
    - `orgID` string, uuid, required
  - `alternateScenarios` BaselineScenario[]
    - `id` string, uuid
    - `name` string, required — The name of the baseline scenario
    - `description` string, nullable — A description of the baseline scenario
    - `isDefault` boolean, required — Whether this is the default baseline scenario
    - `orgID` string, uuid, required

## Other responses

- `403` — You are not authorized to acess this object

---

[API](https://skmtc.net/sinai/apis/sinai-api.md) · [All operations](https://skmtc.net/sinai/apis/sinai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sinai/sinai-api/versions/495dab1b31fd/schema)
