Get Proton Pass Item
pass_getRetrieve a single Proton Pass item by ID, returning decrypted password, TOTP, and note body. Every access is audit-logged for security compliance.
Instructions
Retrieve a single Proton Pass item by ID, INCLUDING its decrypted secret fields (password, TOTP, note body). Every call is audit-logged. Prefer pass_list / pass_search for non-credential lookups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | Item ID from pass_list or pass_search |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| type | Yes | ||
| username | No | ||
| fields | No | Extra string fields parsed from the Pass entry body. Omitted entirely when the entry has none — clients must treat `fields` as optional, not always-present. | |
| note | No | ||
| url | No |