Skip to main content
GET
List VMs
List all VM instances in a project. Supports filtering by various parameters.

Query Parameters

  • ids: Filter by specific VM IDs
  • names: Filter by VM names
  • types: Filter by VM types
  • locations: Filter by locations
  • states: Filter by VM states
  • limit: Maximum number of results
  • sort: Sort field
  • next_token: Token for next page
  • prev_token: Token for previous page

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Project id

Query Parameters

ids
string[]

VM ids

names
string[]

VM names

types
string[]

VM types

locations
string[]

Locations

states
string[]

VM status

limit
string

Limit

sort
string

Sort

next_token
string

Next page

prev_token
string

Prev page

Response

200 - application/json
items
object[]
required
next_page_token
string
required
prev_page_token
string
required