---
title: "GET /softwaresets"
method: GET
path: "/softwaresets"
---

# GET /softwaresets

`GET /softwaresets`

Returns a list of software sets.

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListSoftwareSetsResponse
  - `softwareSets` SoftwareSetSummary[] — Describes software sets.
    - `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.
    - `arn` string — The Amazon Resource Name (ARN) of the software set.
  - `nextToken` string — If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an <i>HTTP 400 InvalidToken error</i>.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — ThrottlingException
- `483` — 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/revisions/c962e5c56c9c/schema)
