---
title: "Get pod details"
method: GET
path: "/api/v1/orgs/{orgId}/clusters/{id}/pods"
tags: ["clusters"]
---

# Get pod details

`GET /api/v1/orgs/{orgId}/clusters/{id}/pods`

Getting pod details

## Path parameters

- `orgId` integer, required
- `id` integer, required

## Response `200`

Getting cluster succeeded

- PodItem[]
  - `name` string
  - `namespace` string
  - `createdAt` string
  - `labels` PodItemLabels
    - `app` string
    - `chart` string
    - `release` string
  - `restartPolicy` string
  - `conditions` PodCondition[]
    - `type` string
    - `status` string
    - `lastProbeTime` string
    - `lastTransitionTime` string
  - `resourceSummary` ResourceSummary
    - `cpu` Resource
      - `capacity` string
      - `allocatable` string
      - `limit` string
      - `request` string
    - `memory` Resource
      - `capacity` string
      - `allocatable` string
      - `limit` string
      - `request` string
    - `status` string

## Other responses

- `default` — Internal server error

---

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