v1

latestOpenAPI 3.1.0Apache 2.02026-07-17471545.0 KB
Kubernetes

Get pod details

Returns detailed pod information including containers, status, conditions, resources, and recent events

get/v1/kubernetes/pods/{namespace}/{podName}

Path parameters

namespacestring required

Kubernetes namespace

podNamestring required

Pod name

Query parameters

contextstring

Kubernetes context (uses current if omitted)

Response

Pod details

successboolean
dataobject

Example response

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