---
title: "Get a baseline scenario by its ID"
method: GET
path: "/v1/baseline_forecasts/baseline_scenarios/{id}"
tags: ["Baseline forecasts"]
---

# Get a baseline scenario by its ID

`GET /v1/baseline_forecasts/baseline_scenarios/{id}`

Retrieves a baseline scenario by its ID.

## Path parameters

- `id` string, uuid, required

## Response `200`

Baseline scenario retrieved successfully

- 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

## 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/revisions/495dab1b31fd/schema)
