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

# GET /provisioning-profiles

`GET /provisioning-profiles`

List the provisioning profiles within the Amazon Web Services account.

## Query parameters

- `NextToken` string
- `MaxResults` integer

## Response `200`

Success

- ListProvisioningProfilesResponse
  - `Items` ProvisioningProfileSummary[] — The list of provisioning profiles.
    - `Name` string — The name of the provisioning profile.
    - `Id` string — The identifier of the provisioning profile.
    - `Arn` string — The Amazon Resource Name (ARN) of the provisioning profile.
    - `ProvisioningType` 'FLEET_PROVISIONING' | 'JITR' — The type of provisioning workflow the device uses for onboarding to IoT managed integrations.
    - `Status` 'CREATE_IN_PROGRESS' | 'CREATE_FAILED' | 'CREATED' | 'DELETE_IN_PROGRESS' | 'DELETE_FAILED' — The status of a provisioning profile.
  - `NextToken` string — A token that can be used to retrieve the next set of results.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — InternalServerException
- `483` — UnauthorizedException
- `484` — ServiceUnavailableException
- `485` — ThrottlingException

---

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