GET
/
api
/
v0
/
instances
/
show instances
curl --request GET \
  --url https://console.vast.ai/api/v0/instances/ \
  --header 'Authorization: Bearer <token>'
{
  "instances": [
    {
      "id": 123,
      "start_date": 1633036800,
      "duration": 3600,
      "extra_env": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Success response with user instances

instances
object[]