---
title: "Get the serverless cloud gateway"
method: GET
path: "/v0/serverless-cloud-gateways/{controlPlaneId}"
tags: ["Serverless Cloud Gateways"]
---

# Get the serverless cloud gateway

`GET /v0/serverless-cloud-gateways/{controlPlaneId}`

**Pre-release Endpoint**
This endpoint is currently in beta and is subject to change.

Get the serverless cloud gateway

## Response `200`

A response to retrieving a serverless cloud gateway.

- ServerlessCloudGateway — A serverless cloud gateway
  - `control_plane` ServerlessControlPlane, required
    - `id` string, uuid, required — ID of the serverless cloud gateway CP.
    - `prefix` string, required — The prefix of the serverless cloud gateway CP.
    - `region` 'us' | 'eu' | 'au', required — The control plane region.
  - `gateway_endpoint` string, hostname, required — Endpoint for the serverless cloud gateway.
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `labels` SCGWLabels — Labels to facilitate tagged search on serverless cloud gateways. Keys must be of length 1-63 characters, and cannot start with 'kong', 'konnect', 'mesh', 'kic', or '_'.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/kong/apis/konnect-api.md) · [All operations](https://skmtc.net/kong/apis/konnect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api/revisions/06734a9c491f/schema)
