v1
latestOpenAPI 3.0.32026-07-133733150.4 KBtemplates
List templates
Returns a list of templates.
get/templates
Query parameters
includeEndpointBoundTemplatesboolean
Include templates bound to Serverless endpoints in the response.
Example:true
includePublicTemplatesboolean
Include community-made public templates in the response.
Example:true
includeRunpodTemplatesboolean
Include official Runpod templates in the response.
Example:true
Response
Successful operation.
Example response
[
{
"category": "NVIDIA",
"containerDiskInGb": 50,
"dockerEntrypoint": [],
"dockerStartCmd": [],
"earned": 100,
"env": {
"ENV_VAR": "value"
},
"id": "30zmvf89kd",
"imageName": "runpod/pytorch:2.1.0-py3.10-cuda11.8.0-devel-ubuntu22.04",
"isRunpod": true,
"isServerless": true,
"name": "my template",
"ports": [
"8888/http",
"22/tcp"
],
"volumeInGb": 20,
"volumeMountPath": "/workspace"
}
]