List Pods
Returns a list of Pods.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Filter to only GPU or only CPU Pods.
GPU
, CPU
"CPU"
Filter to CPU Pods with any of the listed CPU flavors.
["cpu3c", "cpu5g"]
Filter to Pods located in any of the provided RunPod data centers.
["EU-RO-1"]
Filter to Pods currently in the provided state.
RUNNING
, EXITED
, TERMINATED
"RUNNING"
Filter to workers on the provided Serverless endpoint (note that endpoint workers are not included in the response by default, set includeWorkers to true to include them).
191
Filter to Pods with any of the listed GPU types attached.
[
"NVIDIA GeForce RTX 4090",
"NVIDIA RTX A5000"
]
Filter to a specific Pod.
"xedezhzb9la3ye"
Filter to Pods created with the provided image.
"runpod/pytorch:2.1.0-py3.10-cuda11.8.0-devel-ubuntu22.04"
Include information about the machine the Pod is running on.
true
Include information about the network volume attached to the returned Pod, if any.
true
Include information about the savings plans applied to the Pod.
true
Include information about the template the Pod uses, if any.
true
Set to true to also list Pods which are Serverless workers.
true
Filter to Pods with the provided name.
191
Filter to Pods with the provided network volume attached.
"agv6w2qcg7"
Filter to Pods created from the provided template.
"30zmvf89kd"
Response
Successful operation.
The response is of type object[]
.