# API: Proxmox List User VM Templates
# proxmoxListUserVmTemplates
List custom user VM templates
# Required parameters
| Parameter | Description |
|---|---|
id | Account Id |
# Request
GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=proxmoxListUserVmTemplates&id=ID
# PHP Samples
# Response
{
"success": true,
"limit": 1,
"templates": [
{
"id": 58,
"name": "templatev1",
"description": "test",
"account_id": "458",
"client_id": "18535",
"server_id": "315",
"src_vmid": "1269",
"tpl_vmid": "1400",
"status": 2,
"error": "0",
"created_at": "2026-02-01 09:56:34",
"updated_at": "2026-02-01 09:59:10",
"status_name": "Ready"
}
],
"call": "proxmoxListUserVmTemplates",
"server_time": 1769936194
}