---
title: "Get Detailed Individual Runs For Group"
method: GET
path: "/workflows/v1/simulation-runs/{group_id}/executions/detailed"
tags: ["Simulations"]
---

# Get Detailed Individual Runs For Group

`GET /workflows/v1/simulation-runs/{group_id}/executions/detailed`

List individual executions within a simulation group with hydrated workflow run details.

This endpoint provides enriched data for each individual run including:
- Links to selected and counter workflow runs
- Workflow names and statuses
- Evaluation run IDs and statuses (if configured)

## Path parameters

- `group_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

- DetailedIndividualRunListResponse — Response model for detailed individual simulation runs with hydrated workflow info.
  - `individual_runs` DetailedIndividualRun[] — List of detailed individual simulation runs
    - `id` string, required — Individual run ID
    - `run_index` integer, required — Index of the run within the group (1-based)
    - `status` string, required — Status of the individual run
    - `error_message` string, nullable — Error message if failed
    - `created_at` string, nullable — When the run was created
    - `evaluation_result` object, nullable — Evaluation result scores
    - `selected_workflow_run_id` string, nullable
    - `selected_workflow_name` string, nullable
    - `selected_workflow_status` string, nullable
    - `selected_evaluation_run_id` string, nullable
    - `selected_evaluation_status` string, nullable
    - `counter_workflow_run_id` string, nullable
    - `counter_workflow_name` string, nullable
    - `counter_workflow_status` string, nullable
    - `counter_evaluation_run_id` string, nullable
    - `counter_evaluation_status` string, nullable
  - `total` integer, nullable — Total count

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/interactly/apis/interactly-api-3.md) · [All operations](https://skmtc.dev/interactly/apis/interactly-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/interactly/interactly-api-3/revisions/35cbea12a781/schema)
