---
title: "List Scenarios"
method: GET
path: "/playground/scenarios"
tags: ["playground"]
---

# List Scenarios

`GET /playground/scenarios`

## Query parameters

- `lane` string, nullable

## Response `200`

Successful Response

- PlaygroundScenariosResponse
  - `scenarios` PlaygroundScenario[], required
    - `key` string, required
    - `title` string, required
    - `setup` string, required
    - `lane` string

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-09** `db50150bcca5` — 3 info
  - added the new optional `query` request parameter `lane`
  - added the non-success response with the status `422`
  - added the optional property `scenarios/items/lane` to the response with the `200` status

[Change history](https://skmtc.dev/noso/apis/crucible-backend-api/changes/playground/scenarios/get.md)

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc.dev/noso/apis/crucible-backend-api/revisions/94953390bbd8?raw)
