---
title: "List VPC endpoint connections"
method: GET
path: "/vpc-connect/connections"
tags: ["VPC Connect"]
---

# List VPC endpoint connections

`GET /vpc-connect/connections`

Lists the active VPC endpoint connections to your PrivateLink or Private Service Connect
service. The response fields vary by cloud provider. The `custom_hostname` field is included
if a custom hostname has been configured for the connection, otherwise it is `null`.

## Response `200`

List of active VPC endpoint connections

- object[]
  - `id` string — Endpoint connection ID
  - `created` string, date-time — Creation timestamp (AWS only)
  - `owner` string — Endpoint owner account (AWS only)
  - `state` string — Connection state (AWS/Azure)
  - `dns` string[] — DNS names for the endpoint (AWS only)
  - `project` string — GCP project ID (GCP only)
  - `name` string — Endpoint name (GCP only)
  - `status` string — Connection status (GCP only)
  - `custom_hostname` string, nullable — Custom hostname configured for this connection, or null if not set

---

[API](https://skmtc.dev/cloudamqp/apis/cloudamqp-instance-api.md) · [All operations](https://skmtc.dev/cloudamqp/apis/cloudamqp-instance-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cloudamqp/cloudamqp-instance-api/revisions/d04a3670170c/schema)
