Get Proton Pass Item
pass_getRetrieve a Proton Pass item by ID and obtain its decrypted secret fields, such as passwords and TOTP. Each call is audit-logged for security.
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 | |
| account_id | No | Optional account ID to route this call to (multi-account configs). Omit to use the active account. Configured account IDs are listed in the settings UI (Accounts tab). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| url | No | ||
| name | Yes | ||
| note | No | ||
| type | Yes | ||
| 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. | |
| username | No |