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

# GET /connector-destinations

`GET /connector-destinations`

Lists all connector destinations, with optional filtering by cloud connector ID.

## Query parameters

- `CloudConnectorId` string
- `NextToken` string
- `MaxResults` integer

## Response `200`

Success

- ListConnectorDestinationsResponse
  - `ConnectorDestinationList` ConnectorDestinationSummary[] — The list of connector destinations that match the specified criteria.
    - `Name` string — The display name of the connector destination.
    - `Description` string — A description of the connector destination.
    - `CloudConnectorId` string — The identifier of the cloud connector associated with this connector destination.
    - `Id` string — The unique identifier of the connector destination.
  - `NextToken` string — A token used for pagination of results when there are more connector destinations than can be returned in a single response.

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