v1

latestOpenAPI 3.1.0Apache 2.02026-07-17471545.0 KB
Kubernetes

Get service endpoints

Returns endpoints for a Kubernetes service. Shows which pods are backing the service and their ready state. Useful for debugging service-to-pod routing.

get/v1/kubernetes/endpoints/{namespace}/{serviceName}

Path parameters

namespacestring required

Kubernetes namespace

serviceNamestring required

Service name

Query parameters

contextstring

Kubernetes context (uses current if omitted)

Response

Service endpoints

successboolean
dataobject

Example response

{
  "error": {
    "code": "NOT_FOUND",
    "message": "Service not found"
  }
}