pbs_user_tokens_list
List API tokens for a Proxmox Backup Server user, showing details like name, ID, expiry, and enabled status without exposing the secret.
Instructions
READ-ONLY: list API tokens for a PBS user. Returns each token's token-name, tokenid, comment, expiry, and enabled flag — NOT the secret (shown only once, at creation or regeneration). Use pbs_token_create/update/delete to manage tokens. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userid | Yes | Owning PBS 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 |