---
title: "List Sim Runs Agent Route"
method: GET
path: "/api/v1/voice-agents/{voice_agent_id}/sim-runs"
tags: ["flywheel"]
---

# List Sim Runs Agent Route

`GET /api/v1/voice-agents/{voice_agent_id}/sim-runs`

V2.6 — list sim runs for a prod agent, optionally by version.

## Path parameters

- `voice_agent_id` string, uuid, required

## Query parameters

- `version_id` string, uuid, nullable

## Response `200`

Successful Response

- SimRunRead[]
  - `id` string, uuid, required
  - `target_agent_type` string, required
  - `voice_agent_id` string, uuid, nullable, required
  - `voice_agent_version_id` string, uuid, nullable, required
  - `flywheel_run_id` string, uuid, nullable, required
  - `sim_provider` string, required
  - `bluejay_external_id` string, nullable, required
  - `status` 'queued' | 'running' | 'passed' | 'failed', required — V2.6 — status for standalone ``SimRun`` rows. Lifecycle: QUEUED → RUNNING → (PASSED | FAILED). QUEUED is reserved for future use (row created before Bluejay API call succeeds). V2.6 happy path writes RUNNING immediately.
  - `passed` boolean, nullable, required
  - `started_at` string, date-time, nullable, required
  - `completed_at` string, date-time, nullable, required
  - `coverage_note` string, nullable, required
  - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

## Changes

> 17 revisions in range; 1 not diffed.

- **2026-09-03** `d65b8fefae34` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/api/v1/voice-agents/:voice_agent_id/sim-runs/get.md)

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc.dev/getanana/apis/cleon-api/revisions/94579f820778?raw)
