v1

latestOpenAPI 3.1.02026-07-13897404.3 KB
Machines

show 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>

get/api/v0/machines/{machine_id}/reports/

Path parameters

machine_idinteger required

The unique identifier of the machine.

Response

An array of reports for the specified machine.

problemstring

The type of problem reported.

messagestring

Detailed message describing the problem.

created_atstring date-time

Timestamp when the report was created.