Infra APIVm env
Get a VM env var value
GET
/api/v1/vms/{vm_id}/env/{key}Authorization
BearerAuth AuthorizationBearer <token>
Supabase JWT Bearer token
In: header
Path Parameters
vm_id*string
VM ID
key*string
Env var key
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/vms/string/env/string"{ "key": "string", "value": "string", "visibility": "string"}{ "error": "string", "message": "string"}{ "error": "string", "message": "string"}