---
title: "show machines"
method: GET
path: "/api/v0/machines/"
tags: ["Machines"]
---

# show machines

`GET /api/v0/machines/`

Fetches data for multiple machines associated with the authenticated user.

CLI Usage: `vastai show machines [--user_id <user_id>]`

## Query parameters

- `user_id` string, required

## Response `200`

A list of machines

- object
  - `machines` object[]
    - `id` string — The unique identifier for the machine.
    - `name` string — The name of the machine.

## Other responses

- `401` — Unauthorized - User authentication failed
- `429` — Too Many Requests - Rate limit exceeded

---

[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)
