---
title: "Get Run Set"
method: GET
path: "/run_sets/{run_set_id}"
---

# Get Run Set

`GET /run_sets/{run_set_id}`

Get a single run set by ID.

## Path parameters

- `run_set_id` string, required

## Response `200`

Successful Response

- GetRunSetResponse — Response for getting a single run set.
  - `run_set` RunSetDTO, required — Data transfer object for a run set.
    - `id` string, required
    - `name` string, nullable
    - `description` string, nullable
    - `image_url` string, nullable
    - `runs_per_incident` integer, required
    - `target_incident_ids` string[]
    - `created_at` string, nullable
    - `created_by` string, nullable
    - `started_at` string, nullable
    - `completed_at` string, nullable
    - `session_count` integer
    - `incident_count` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
