get_endpoint
Get one endpoint's full document by lineKey and endpointId: id, lineKey, name, url, httpMethod, strict, rateLimit, allowedIPs, idempotencyEnabled, mock, mockResponse, attributes, targets (auth redacted), and transformers. Target secrets come back redacted, so a targets array sent back through update_endpoint must carry each target's secret again. Errors when either argument is missing or when the line or endpoint doesn't exist in this project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lineKey | Yes | The line key, e.g. "v1". | |
| endpointId | Yes | The endpoint UUID. |