---
title: "Get a simulation run"
method: GET
path: "/v1/simulation/runs/{sim_run_id}"
tags: ["simulation_runs"]
---

# Get a simulation run

`GET /v1/simulation/runs/{sim_run_id}`

## Path parameters

- `sim_run_id` string, uuid, required

## Response `200`

Successful Response

- SimulationRunResponse
  - `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
  - `suite_id` string, uuid, nullable
  - `suite_run_id` string, uuid, nullable
  - `suite_item_id` string, uuid, nullable
  - `suite_attempt` integer
  - `channel` 'text' | 'voice', required
  - `tool_overrides` object, nullable, required
  - `sut_snapshot_sha256` string, nullable
  - `status` string, required
  - `idempotency_key` string, nullable
  - `budget_usd` string, nullable
  - `spent_usd` string, nullable
  - `started_at` string, date-time, nullable, required
  - `finished_at` string, date-time, nullable, required
  - `error_text` string, nullable, required
  - `stop_reason` string, nullable
  - `persona_turn_count` integer
  - `agent_turn_count` integer
  - `transcript_chars` integer
  - `heartbeat_at` string, date-time, nullable
  - `inputs_snapshot` object, required
  - `created_at` string, date-time, required
  - `recording_id` string, uuid, nullable
  - `recording_status` string, nullable

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `404` — Resource not found
- `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/5a5597ebb2d6/schema)
