Get a trunk endpoint
trunk_get_endpointRetrieve a specific dispatcher endpoint for an owned trunk using its endpoint ID and trunk ID. Requires listing endpoints first to obtain the ID.
Instructions
Get one dispatcher endpoint on an owned trunk. Use trunk_list_endpoints first to find the endpoint id. Errors: NO_ACTIVE_CUSTOMER, INVALID_ID, NOT_FOUND, INTERNAL_ERROR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trunk_id | Yes | Trunk group UUID (find it with trunk_list) | |
| endpoint_id | Yes | Endpoint ID (integer, find it with trunk_list_endpoints) |