---
title: "Get Simulation Runs"
method: GET
path: "/workflows/v1/simulations/{simulation_id}/runs"
tags: ["Simulations"]
---

# Get Simulation Runs

`GET /workflows/v1/simulations/{simulation_id}/runs`

List all run groups for a simulation configuration.

## Path parameters

- `simulation_id` string, required

## Query parameters

- `size` integer — Number of items per page
- `page` integer — Page number
- `search` string, nullable — Search keywords
- `start` string, date-time, nullable — Filter by start time (ISO 8601 format)
- `end` string, date-time, nullable — Filter by end time (ISO 8601 format)

## Response `200`

Successful Response

- SimulationGroupListResponse — Response model for a list of simulation groups. Contains a list of SimulationGroupModel objects.
  - `simulation_groups` SimulationGroupModel[] — List of simulation groups
    - `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
  - `total` integer, nullable — Total number of simulation groups available without pagination.

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