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

# GET /destinations

`GET /destinations`

Lists the destinations registered to your AWS account.

## Query parameters

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

## Response `200`

Success

- ListDestinationsResponse
  - `NextToken` string — The token to use to get the next set of results, or <b>null</b> if there are no additional results.
  - `DestinationList` Destinations[] — The list of destinations.
    - `Arn` string — The Amazon Resource Name of the resource.
    - `Name` string — The name of the resource.
    - `ExpressionType` 'RuleName' | 'MqttTopic' — The type of value in <code>Expression</code>.
    - `Expression` string — The rule name or topic rule to send messages to.
    - `Description` string — The description of the resource.
    - `RoleArn` string — The ARN of the IAM Role that authorizes the destination.

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