---
title: "List simulation cases"
method: GET
path: "/simulation_cases"
---

# List simulation cases

`GET /simulation_cases`

List simulation cases with pagination and optional filtering.

## Query parameters

- `page_number` integer
- `page_size` integer
- `search` string
- `simulation_case_type` 'custom' | 'agent_based'
- `suite_id` string, uuid

## Headers

- `Authorization` string, required

## Response `200`

200

- ListSimulationCasesResponse200
  - `status` string — Whether the request was successful.
  - `response` SimulationCasesGetResponsesContentApplicationJsonSchemaResponse
    - `pagination` Pagination
      - `total_records` integer
      - `limit` integer
      - `offset` integer
    - `items` SimulationCaseReadOut[]
      - `simulation_case_id` string, uuid
      - `workspace_id` string
      - `suite_id` string, uuid, nullable — ID of the simulation suite this case belongs to.
      - `name` string
      - `prompt` string
      - `type` 'custom' | 'agent_based'
      - `success_criteria` string[]
      - `call_success_type` 'all' | 'any'
      - `base_agent` SimulationCaseReadOutBaseAgent
        - `model_id` string
        - `agent_name` string
        - `agent_type` string
        - `voice_engine_type` string
        - `phone_number` string, nullable
        - `updated_at` string, date-time
        - `image_url` string, nullable
      - `created_at` string, date-time
      - `updated_at` string, date-time

## 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)
