Skip to main content
GET
List a cluster's pods

Authorizations

Authorization
string
header
required

Runpod API key authentication. Generate an API key in the Runpod console and send it in the Authorization header as Bearer <api_key>. Keys are scoped to the permissions granted when created; requests may return 403 when a valid key lacks access to the requested resource or action.

Path Parameters

id
string
required

Cluster identifier

Response

OK

A bare list of pods. GET /v2/clusters/{id}/pods returns it as-is (a cluster's members are a small, complete set); GET /v2/pods composes it with the pagination block via ListPodsResponse.

pods
object[]
required
Last modified on September 18, 2026