Infra APIVms

List user VMs

GET/api/v1/vms

Authorization

BearerAuth
AuthorizationBearer <token>

Supabase JWT Bearer token

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/vms"
[  {    "ip_address": "string",    "status": "string",    "vm_id": "string"  }]
{  "error": "string",  "message": "string"}
{  "error": "string",  "message": "string"}