---
title: "Get a stage set"
method: GET
path: "/stagesets/{id}"
tags: ["Stages"]
---

# Get a stage set

`GET /stagesets/{id}`

Returns the specified stage set.

## Path parameters

- `id` string, required

## Response `200`

When request is successful. Returns a 'StageSet' object.

- StageSet — Contains the stage set and stages information.
  - `href` string, nullable
  - `relation` string, nullable
  - `method` string, nullable
  - `self` Link
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable
  - `id` string, nullable — Unique identifier of the stage set.
  - `versionId` string, nullable — Version id of the record.
  - `name` string, nullable — Name of the stage set.
  - `isDeleted` boolean — True when the stage set is deleted.
  - `stages` Stage[], nullable — Stages of the stage set.
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable
    - `self` Link
      - `id` string, nullable
      - `href` string, nullable
      - `relation` string, nullable
      - `method` string, nullable
    - `id` string, nullable — Unique identifier of the stage.
    - `versionId` string, nullable — Version id of the record.
    - `name` string, nullable — Name of the stage.
    - `isDeleted` boolean — True when the stage is deleted.
    - `lastUpdated` integer — Timestamp when the stage was last updated.
  - `lastUpdated` integer — Timestamp when the stage set was last updated.

## Other responses

- `400` — When an unsupported request is made.
- `404` — When stage set with specified id does not exist.

---

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