Infra APIVms
Get VM by external ref
Retrieves a VM by its external reference identifier
GET
/api/v1/vms/external/{external_ref}Retrieves a VM by its external reference identifier
Authorization
BearerAuth AuthorizationBearer <token>
Supabase JWT Bearer token
In: header
Path Parameters
external_ref*string
External reference
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/vms/external/string"{ "external_ref": "string", "status": "string", "vm_id": "string"}{ "error": "string", "message": "string"}{ "error": "string", "message": "string"}{ "error": "string", "message": "string"}