List pods
List Pods owned by the authenticated Runpod user, with an option to include member Pods that belong to Runpod Clusters.
Authorizations
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.
Query Parameters
Include cluster member pods in the result. Defaults to false.
Opaque resume cursor — pass the previous response's pagination.nextCursor through verbatim; omit for the first page. A cursor is only valid for the operation and parameters that issued it; a malformed or foreign cursor is rejected with 422.
1Page size, 1–1000. Defaults to 1000 when omitted.
1 <= x <= 1000Response
OK
Mixin for cursor-paginated list responses. Compose it with allOf next to the resource's bare list schema so that a list shape shared with a non-paginated endpoint (e.g. a cluster's member pods) does not inherit a pagination block it cannot honour.