---
title: "GET /cloud-connectors"
method: GET
path: "/cloud-connectors"
---

# GET /cloud-connectors

`GET /cloud-connectors`

Returns a list of connectors filtered by its Lambda Amazon Resource Name (ARN) and <code>type</code>.

## Query parameters

- `Type` 'LISTED' | 'UNLISTED'
- `LambdaArn` string
- `MaxResults` integer
- `NextToken` string

## Response `200`

Success

- ListCloudConnectorsResponse
  - `Items` ConnectorItem[] — The list of connectors.
    - `Name` string, required — The display name of the C2C connector.
    - `EndpointConfig` object, required — The configuration details for the cloud connector endpoint, including connection parameters and authentication requirements.
      - `lambda` object — The Lambda function configuration for the endpoint, used when the endpoint communicates through an AWS Lambda function.
        - `arn` string, required — The Amazon Resource Name (ARN) of the Lambda function used as an endpoint.
    - `Description` string — A description of the C2C connector.
    - `EndpointType` 'LAMBDA' — The type of endpoint used for the C2C connector.
    - `Id` string — The identifier of the C2C connector.
    - `Type` 'LISTED' | 'UNLISTED' — The type of cloud connector created.
  - `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)
