---
title: "List simulation scenarios"
method: GET
path: "/simulation_scenarios"
---

# List simulation scenarios

`GET /simulation_scenarios`

List simulation scenarios with pagination and optional filtering.

## Query parameters

- `page_number` integer
- `page_size` integer
- `search` string
- `start_date` string, date-time
- `end_date` string, date-time

## Headers

- `Authorization` string, required

## Response `200`

200

- ListSimulationScenariosResponse200
  - `status` string — Whether the request was successful.
  - `response` PaginatedSimulationScenariosList
    - `items` SimulationScenarioReadOut[], required — List of simulation scenarios
      - `id` string, uuid — Unique identifier for the simulation scenario
      - `name` string — Name of the simulation scenario template
      - `description` string — Description of what the scenario template should verify when generating test cases
      - `workspace_id` string — Workspace ID this simulation scenario belongs to
      - `created_at` string, date-time — When the simulation scenario was created
      - `updated_at` string, date-time — When the simulation scenario was last updated
    - `total` integer, required — Total number of simulation scenarios
    - `page_number` integer, required — Current page number
    - `page_size` integer, required — Number of items per page

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/synthflow/apis/platform-api.md) · [All operations](https://skmtc.dev/synthflow/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/synthflow/platform-api/revisions/6976456ad422/schema)
