get_deployment
Retrieve a registered Gateway deployment's details by UUID or 'self', with sensitive credentials masked. Enterprise-gated; use list_deployments to resolve an ID.
Instructions
Enterprise-gated. Get one registered Gateway deployment by UUID, or use self when authenticating as that deployment. Use list_deployments to resolve an ID; read responses contain only masked authentication and registry credential values. Enterprise-gated. Returns 403 on non-Enterprise Portkey plans.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Deployment UUID or self | |
| organisation_id | No | Organisation UUID scope |
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 |