pve_tokens_list
Retrieve API token metadata (id, comment, expiry, privilege separation) for a Proxmox user. Does not expose token secrets.
Instructions
List API tokens for a specific user (read-only). Returns each token's id, comment, expiry, and privsep (privilege separation) flag — NOT the secret (shown only at creation). userid format: 'user@realm'. Use pve_token_create/revoke to manage tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userid | Yes | Owning user, format 'user@realm'. | |
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |