---
title: "List simulation runs"
method: GET
path: "/v1/simulation/runs"
tags: ["simulation_runs"]
---

# List simulation runs

`GET /v1/simulation/runs`

## Query parameters

- `status` 'pending' | 'running' | 'completed' | 'failed' | 'cancelled' | 'budget_exceeded'
- `agent_id` string, uuid, nullable
- `limit` integer
- `cursor` string, nullable

## Response `200`

Successful Response

- CursorPageSimulationRunResponse
  - `items` SimulationRunResponse[], required
    - `id` string, uuid, required
    - `session_id` string, uuid, required
    - `organization_id` string, uuid, required
    - `agent_id` string, uuid, required
    - `agent_revision_id` string, uuid, nullable, required
    - `persona_id` string, uuid, required
    - `scenario_id` string, uuid, required
    - `channel` 'text' | 'voice', required
    - `tool_overrides` object, nullable, required
    - `status` string, required
    - `started_at` string, date-time, nullable, required
    - `finished_at` string, date-time, nullable, required
    - `error_text` string, nullable, required
    - `inputs_snapshot` object, required
    - `created_at` string, date-time, required
    - `recording_id` string, uuid, nullable
    - `recording_status` string, nullable
  - `next_cursor` string, nullable
  - `has_more` boolean, required

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `422` — Validation Error

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/revisions/888bdd5c076e/schema)
