Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns all serverless endpoints owned by the authenticated user.
A valid request URL is required to generate request examples
{ "endpoints": [ { "id": "ep_abc123", "name": "my-inference", "workers": { "min": 0, "max": 5 }, "scaling": { "value": 4, "idleTimeout": 5 }, "dataCenterIds": [ "US-TX-3" ], "networkVolumes": [ "vol_abc" ], "timeout": 300000, "createdAt": "2026-03-13T20:00:00Z", "image": "runpod/pytorch:2.8.0-py3.11-cuda12.8.1", "args": "", "disk": 50, "ports": [ "8888/http", "22/tcp" ], "env": { "JUPYTER_PASSWORD": "hunter2" }, "registry": null, "gpu": { "pools": [ "ADA_24" ], "count": 1 }, "cpu": { "id": "cpu5c", "vcpuCount": 4, "memory": 16 } } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Show child attributes
Was this page helpful?