---
title: "GET /role-aliases"
method: GET
path: "/role-aliases"
---

# GET /role-aliases

`GET /role-aliases`

Lists the role aliases registered in your account.

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

## Query parameters

- `pageSize` integer
- `marker` string
- `isAscendingOrder` boolean

## Response `200`

Success

- ListRoleAliasesResponse
  - `roleAliases` RoleAlias[] — The role aliases.
  - `nextMarker` string — A marker used to get the next set of results.

## Other responses

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

---

[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)
