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

# GET /destinations

`GET /destinations`

List all notification destinations.

## Query parameters

- `NextToken` string
- `MaxResults` integer

## Response `200`

Success

- ListDestinationsResponse
  - `DestinationList` DestinationSummary[] — The list of destinations.
    - `Description` string — The description of the customer-managed destination.
    - `DeliveryDestinationArn` string — The Amazon Resource Name (ARN) of the customer-managed destination.
    - `DeliveryDestinationType` 'KINESIS' — The destination type for the customer-managed destination.
    - `Name` string — The name of the customer-managed destination.
    - `RoleArn` string — The Amazon Resource Name (ARN) of the delivery destination.
  - `NextToken` string — A token that can be used to retrieve the next set of results.

## Other responses

- `480` — AccessDeniedException
- `481` — ValidationException
- `482` — InternalServerException
- `483` — 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)
