v50

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-07-068428533.0 MB
Serverless Cloud Gateways

Get the serverless cloud gateway

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

Get the serverless cloud gateway

get/v0/serverless-cloud-gateways/{controlPlaneId}

Response

A response to retrieving a serverless cloud gateway.

gateway_endpointstring hostname required

Endpoint for the serverless cloud gateway.

created_atstring date-time required
updated_atstring date-time required
labelsSCGWLabels

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 '_'.

Example response

{
  "control_plane": {
    "id": "d32d905a-ed33-46a3-a093-d8f536af9a8a",
    "prefix": "518da50bf7",
    "region": "us"
  },
  "gateway_endpoint": "us-kong-4594857kpl.kongcloud.dev",
  "created_at": "2023-01-11T02:30:42.227Z",
  "updated_at": "2023-01-11T02:30:42.227Z",
  "labels": {
    "env": "test"
  }
}