v1

latestOpenAPI 3.1.02026-07-13897404.3 KB
Serverless

show endpoints

Retrieve a list of endpoint jobs for the authenticated user.

CLI Usage: vastai show endpoints

get/api/v0/endptjobs/

Response

A list of endpoint jobs

successboolean

Example response

{
  "success": true,
  "results": [
    {
      "id": 123,
      "target_util": 0.9,
      "cold_mult": 2.5,
      "cold_workers": 5,
      "max_workers": 20,
      "endpoint_name": "vLLM-Qwen3-8B",
      "api_key": "your_api_key_here",
      "user_id": 456,
      "created_at": "2023-10-01T12:00:00Z",
      "endpoint_state": "active"
    }
  ]
}