get_secret_reference
Fetch a secret reference by UUID or slug, returning metadata and masked auth configuration rather than the resolved secret.
Instructions
Retrieve one Secret Reference by UUID or slug. Portkey masks sensitive authentication fields for non-system users; the tool returns metadata and the masked auth configuration, not the resolved external secret value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Secret Reference UUID or slug |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded and returned structured data | |
| data | No | Structured success payload when ok is true | |
| error | No | Structured error payload when ok is false |