get_secret_reference
Retrieve a Secret Reference by UUID or slug to obtain metadata and masked auth configuration, without exposing the actual secret value.
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 |