# API: Proxmox List VMs
# proxmoxListVMs
List VMs for the service.
# Required parameters
| Parameter | Description |
|---|---|
id | Account Id |
# Request
GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=proxmoxListVMs&id=ID
# PHP Samples
# Response
{
"success": true,
"vms": [
{
"id": 1269,
"hostname": "example-vm"
}
],
"call": "proxmoxListVMs",
"server_time": 1760910429
}