pbs_user_token_get
Retrieve metadata of a specific PBS API token including comment, expiry, enabled status, and token name. Requires user ID and token name; returns details without the secret.
Instructions
READ-ONLY: get one PBS API token's metadata. Returns comment, expiry, enabled flag, token-name, and tokenid — NOT the secret. Use pbs_user_tokens_list to enumerate a user's tokens first. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userid | Yes | Owning PBS user, format 'user@realm'. | |
| token_name | Yes | Token name (the part after '!' in the full tokenid). | |
| 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 |