---
title: "GET /softwaresets/{id}"
method: GET
path: "/softwaresets/{id}"
---

# GET /softwaresets/{id}

`GET /softwaresets/{id}`

Returns information for a software set.

## Path parameters

- `id` string, required

## Response `200`

Success

- GetSoftwareSetResponse
  - `softwareSet` object — Describes a software set.
    - `id` string — The ID of the software set.
    - `version` string — The version of the software set.
    - `releasedAt` string, date-time — The timestamp of when the software set was released.
    - `supportedUntil` string, date-time — The timestamp of the end of support for the software set.
    - `validationStatus` 'VALIDATED' | 'NOT_VALIDATED' — An option to define if the software set has been validated.
    - `software` Software[] — A list of the software components in the software set.
      - `name` string — The name of the software component.
      - `version` string — The version of the software component.
    - `arn` string — The Amazon Resource Name (ARN) of the software set.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — ResourceNotFoundException
- `483` — ThrottlingException
- `484` — InternalServerException

---

[API](https://skmtc.net/aws/apis/workspaces-thin-client.md) · [All operations](https://skmtc.net/aws/apis/workspaces-thin-client/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/workspaces-thin-client/versions/c962e5c56c9c/schema)
