Vast.ai API
Machines

Fetch reports for a specific machine

1min
GET
https://console.vast.ai/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>

Authentication
BearerAuth
Path Parameters
machine_id
*
Responses
200
An array of reports for the specified machine.
problem
message
created_at
404
Machine not found.
success
error
msg
500
Internal server error.
success
error
msg