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

# show reports

`GET /api/v0/machines/{machine_id}/reports/`

Retrieves a list of the most recent reports for a given machine. Each report includes details such as the problem identified, a message describing the issue, and the timestamp when the report was created.

CLI Usage: `vastai reports <machine_id>`

## Path parameters

- `machine_id` integer, required

## Response `200`

An array of reports for the specified machine.

- object[]
  - `problem` string — The type of problem reported.
  - `message` string — Detailed message describing the problem.
  - `created_at` string, date-time — Timestamp when the report was created.

## Other responses

- `404` — Machine not found.
- `500` — Internal server error.

---

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