---
title: "Get Simulation Run Details"
method: GET
path: "/workflows/v1/simulation-runs/{run_id}"
tags: ["Simulations"]
---

# Get Simulation Run Details

`GET /workflows/v1/simulation-runs/{run_id}`

Get details of a specific simulation group run.

## Path parameters

- `run_id` string, required

## Response `200`

Successful Response

- SimulationGroupResponse — Response model for a simulation group run.
  - `simulation_group` SimulationGroupModel, required — Stores the batch/group of simulation runs.
    - `team_id` string, nullable — ID of the team that owns this edge
    - `created_by` string, nullable — ID of the user who created this edge
    - `updated_by` string, nullable — ID of the user who last updated this edge
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `_id` string
    - `simulation_config_id` string, required
    - `status` 'pending' | 'running' | 'completed' | 'failed' | 'cancelled'
    - `total_runs` integer — Total number of runs requested
    - `completed_runs` integer — Number of runs completed
    - `failed_runs` integer — Number of runs failed

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/interactly/apis/interactly-api-3.md) · [All operations](https://skmtc.net/interactly/apis/interactly-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/interactly/interactly-api-3/versions/9f4e7dc7e094/schema)
