Skip to main content
GET
/
v2
/
serverless
Error
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
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

OK

endpoints
object[]
required