---
title: "GET /accounts/{AwsAccountId}/themes/{ThemeId}/versions"
method: GET
path: "/accounts/{AwsAccountId}/themes/{ThemeId}/versions"
---

# GET /accounts/{AwsAccountId}/themes/{ThemeId}/versions

`GET /accounts/{AwsAccountId}/themes/{ThemeId}/versions`

Lists all the versions of the themes in the current Amazon Web Services account.

## Path parameters

- `AwsAccountId` string, required
- `ThemeId` string, required

## Query parameters

- `next-token` string
- `max-results` integer
- `MaxResults` string
- `NextToken` string

## Response `200`

Success

- ListThemeVersionsResponse
  - `ThemeVersionSummaryList` ThemeVersionSummary[] — A structure containing a list of all the versions of the specified theme.
    - `VersionNumber` integer — The version number of the theme version.
    - `Arn` string — The Amazon Resource Name (ARN) of the theme version.
    - `Description` string — The description of the theme version.
    - `CreatedTime` string, date-time — The date and time that this theme version was created.
    - `Status` 'CREATION_IN_PROGRESS' | 'CREATION_SUCCESSFUL' | 'CREATION_FAILED' | 'UPDATE_IN_PROGRESS' | 'UPDATE_SUCCESSFUL' | 'UPDATE_FAILED' | 'DELETED' — The status of the theme version.
  - `NextToken` string — The token for the next set of results, or null if there are no more results.
  - `Status` integer — The HTTP status of the request.
  - `RequestId` string — The Amazon Web Services request ID for this operation.

## Other responses

- `480` — AccessDeniedException
- `481` — InvalidNextTokenException
- `482` — InvalidParameterValueException
- `483` — ResourceNotFoundException
- `484` — ThrottlingException
- `485` — UnsupportedUserEditionException
- `486` — InternalFailureException

---

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