Command Palette
Search for a command to run

Get a gateway

Retrieve status and details for a single gateway

GET
/auth/v1/seed/{namespace}/proxies/{name}

Retrieve the full status of a gateway, including its readiness state, replica count, and public endpoint.

Path parameters

namespace
type: string
required
The namespace (user or organization) the gateway belongs to.
name
type: string
required
The gateway name (e.g., `main-gateway`).