---
title: "GET /policies"
method: GET
path: "/policies"
---

# GET /policies

`GET /policies`

Lists your policies.

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

## Query parameters

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

## Response `200`

Success

- ListPoliciesResponse — The output from the ListPolicies operation.
  - `policies` Policy[] — The descriptions of the policies.
    - `policyName` string — The policy name.
    - `policyArn` string — The policy ARN.
  - `nextMarker` string — The marker for the next set of results, or null if there are no additional 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)
