---
title: "show endpoints"
method: GET
path: "/api/v0/endptjobs/"
tags: ["Serverless"]
---

# show endpoints

`GET /api/v0/endptjobs/`

Retrieve a list of endpoint jobs for the authenticated user.

CLI Usage: `vastai show endpoints`

## Response `200`

A list of endpoint jobs

- object
  - `success` boolean
  - `results` object[]
    - `id` integer
    - `min_load` number
    - `target_util` number
    - `cold_mult` number
    - `cold_workers` integer
    - `max_workers` integer
    - `endpoint_name` string
    - `api_key` string
    - `user_id` integer
    - `created_at` string, date-time
    - `endpoint_state` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `429` — Too Many Requests

---

[API](https://skmtc.net/vast/apis/vast-ai-api.md) · [All operations](https://skmtc.net/vast/apis/vast-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vast/vast-ai-api/revisions/4ed14f79f796/schema)
