---
title: "Get pod details"
method: GET
path: "/v1/kubernetes/pods/{namespace}/{podName}"
tags: ["Kubernetes"]
---

# Get pod details

`GET /v1/kubernetes/pods/{namespace}/{podName}`

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

## Path parameters

- `namespace` string, required
- `podName` string, required

## Query parameters

- `context` string

## Response `200`

Pod details

- Response
  - `success` boolean
  - `data` object
  - `error` ErrorInfo
    - `code` string
    - `message` string
  - `meta` MetaInfo
    - `count` integer
    - `timestamp` string, date-time

## Other responses

- `401` — Missing or invalid API key
- `404` — Pod not found

---

[API](https://skmtc.net/txn2/apis/kubefwd-api.md) · [All operations](https://skmtc.net/txn2/apis/kubefwd-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/txn2/kubefwd-api/versions/e4f8bfb653cf/schema)
