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

# GET /service-profiles

`GET /service-profiles`

Lists the service profiles registered to your AWS account.

## Query parameters

- `nextToken` string
- `maxResults` integer — The maximum number of results to return in this operation.
- `MaxResults` string
- `NextToken` string

## Response `200`

Success

- ListServiceProfilesResponse
  - `NextToken` string — The token to use to get the next set of results, or <b>null</b> if there are no additional results.
  - `ServiceProfileList` ServiceProfile[] — The list of service profiles.
    - `Arn` string — The Amazon Resource Name of the resource.
    - `Name` string — The name of the resource.
    - `Id` string — The ID of the service profile.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — InternalServerException
- `483` — ThrottlingException

---

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