---
title: "List all scenarios"
method: GET
path: "/{domain}/v1/scenarios"
tags: ["Scenario"]
---

# List all scenarios

`GET /{domain}/v1/scenarios`

Get a list of all scenarios accessible to the API key owner.

## Path parameters

- `domain` string, required

## Response `200`

A list response containing all scenarios.

- object[] — List of scenario records
  - `id` string, nullable
  - `name` string, nullable
  - `type` 'Modify plan' | 'New plan' | 'New or Replan'
  - `status` string, nullable — Current status
  - `updated-at` string, date-time, nullable
  - `created-at` string, date-time, nullable

## Other responses

- `401` — Request does not contain valid credentials.
- `500` — Something went wrong at TeamOhana. Please contact support.

---

[API](https://skmtc.net/teamohana/apis/teamohana-public-api.md) · [All operations](https://skmtc.net/teamohana/apis/teamohana-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teamohana/teamohana-public-api/revisions/55e225ee4219/schema)
