---
title: "GET /provisioning-templates"
method: GET
path: "/provisioning-templates"
---

# GET /provisioning-templates

`GET /provisioning-templates`

Lists the provisioning templates in your Amazon Web Services account.

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

## Query parameters

- `maxResults` integer
- `nextToken` string

## Response `200`

Success

- ListProvisioningTemplatesResponse
  - `templates` ProvisioningTemplateSummary[] — A list of provisioning templates
    - `templateArn` string — The ARN of the provisioning template.
    - `templateName` string — The name of the provisioning template.
    - `description` string — The description of the provisioning template.
    - `creationDate` string, date-time — The date when the provisioning template summary was created.
    - `lastModifiedDate` string, date-time — The date when the provisioning template summary was last modified.
    - `enabled` boolean — True if the fleet provision template is enabled, otherwise false.
    - `type` 'FLEET_PROVISIONING' | 'JITP' — The type you define in a provisioning template. You can create a template with only one type. You can't change the template type after its creation. The default value is <code>FLEET_PROVISIONING</code>. For more information about provisioning template, see: <a href="https://docs.aws.amazon.com/iot/latest/developerguide/provision-template.html">Provisioning template</a>.
  - `nextToken` string — A token to retrieve the next set of results.

## Other responses

- `480` — InternalFailureException
- `481` — InvalidRequestException
- `482` — ThrottlingException
- `483` — 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)
