v1
latestOpenAPI 3.0.32026-07-133733150.4 KBList Pods
Returns a list of Pods.
Query parameters
Filter to only GPU or only CPU Pods.
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.
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).
Filter to Pods with any of the listed GPU types attached.
[ "NVIDIA GeForce RTX 4090", "NVIDIA RTX A5000" ]
Filter to a specific Pod.
Filter to Pods created with the provided image.
Include information about the machine the Pod is running on.
Include information about the network volume attached to the returned Pod, if any.
Include information about the savings plans applied to the Pod.
Include information about the template the Pod uses, if any.
Set to true to also list Pods which are Serverless workers.
Filter to Pods with the provided name.
Filter to Pods with the provided network volume attached.
Filter to Pods created from the provided template.
Response
Successful operation.
Example response
[
{
"adjustedCostPerHr": 0.69,
"consumerUserId": "user_2PyTJrLzeuwfZilRZ7JhCQDuSqo",
"containerDiskInGb": 50,
"containerRegistryAuthId": "clzdaifot0001l90809257ynb",
"cpuFlavorId": "cpu3c",
"env": {
"ENV_VAR": "value"
},
"gpu": {
"count": 1
},
"id": "xedezhzb9la3ye",
"image": "runpod/pytorch:2.1.0-py3.10-cuda11.8.0-devel-ubuntu22.04",
"lastStartedAt": "2024-07-12T19:14:40.144Z",
"lastStatusChange": "Rented by User: Fri Jul 12 2024 15:14:40 GMT-0400 (Eastern Daylight Time)",
"machine": {
"gpuType": {
"count": 1
}
},
"machineId": "s194cr8pls2z",
"memoryInGb": 62,
"networkVolume": {
"id": "agv6w2qcg7",
"name": "my network volume",
"size": 50,
"dataCenterId": "EU-RO-1"
},
"portMappings": {
"22": 10341
},
"ports": [
"8888/http",
"22/tcp"
],
"publicIp": "100.65.0.119",
"savingsPlans": [
{
"costPerHr": 0.21,
"endTime": "2024-07-12T19:14:40.144Z",
"gpuTypeId": "NVIDIA GeForce RTX 4090",
"id": "clkrb4qci0000mb09c7sualzo",
"podId": "xedezhzb9la3ye",
"startTime": "2024-05-12T19:14:40.144Z"
}
],
"vcpuCount": 24,
"volumeInGb": 20,
"volumeMountPath": "/workspace"
}
]