---
title: "GET /provisioning-templates/{templateName}/versions"
method: GET
path: "/provisioning-templates/{templateName}/versions"
---

# GET /provisioning-templates/{templateName}/versions

`GET /provisioning-templates/{templateName}/versions`

A list of provisioning template versions.

Requires permission to access the [ListProvisioningTemplateVersions](https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions) action.

## Path parameters

- `templateName` string, required

## Query parameters

- `maxResults` integer
- `nextToken` string

## Response `200`

Success

- ListProvisioningTemplateVersionsResponse
  - `versions` ProvisioningTemplateVersionSummary[] — The list of provisioning template versions.
    - `versionId` integer — The ID of the fleet provisioning template version.
    - `creationDate` string, date-time — The date when the provisioning template version was created
    - `isDefaultVersion` boolean — True if the provisioning template version is the default version, otherwise false.
  - `nextToken` string — A token to retrieve the next set of results.

## Other responses

- `480` — InternalFailureException
- `481` — InvalidRequestException
- `482` — ThrottlingException
- `483` — ResourceNotFoundException
- `484` — UnauthorizedException

---

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