Command Palette
Search for a command to run

Get a load balancer

Retrieve status and details for a single load balancer

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

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

Path parameters


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

Previous List load balancers

Next Delete a load balancer