VMs

List VMs

List machines once each, newest execution first.

MethodPathRequired permissions
GET/v1/vms
read:environments
Token access
API key
Supported.
CLI user token
Supported.
Sandbox token
Requires the ellipsis:api scope and the required grants in the token's permissions.ellipsis configuration. Only the token's own VM.

Higher permission levels include lower levels: read < write < delete.

Includes paused and deleted VMs and their last recorded state. Use limit and offset to page through results.

Query parameters

limitdefault 50integer
offsetdefault 0integer
curl "https://api.ellipsis.dev/v1/vms" \
  -H "Authorization: Bearer $ELLIPSIS_API_TOKEN"

Request

Response

Example response, 200
{
"next_offset": 0,
}

On this page

No Headings
Schedule a demo