---
title: "GET /scenarios"
method: GET
path: "/scenarios"
tags: ["Scenario"]
---

# GET /scenarios

`GET /scenarios`

Retrieves a list of scenarios names and Ids for a user's company

## Response `200`

OK

- ScenarioListing[]
  - `id` string, uuid
  - `name` string, nullable
  - `description` string, nullable
  - `createdOn` string, date-time
  - `lastModified` string, date-time, nullable
  - `scenarioForecasts` ScenarioForecastListing[], nullable
    - `name` string, nullable
    - `description` string, nullable
    - `id` string, uuid

## Other responses

- `429` — If the user has sent too many requests

---

[API](https://skmtc.net/prevedere/apis/board-foresight-api-v1.md) · [All operations](https://skmtc.net/prevedere/apis/board-foresight-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prevedere/board-foresight-api-v1/revisions/c5ac8232e334/schema)
