Get a trunk endpoint
trunk_get_endpointRetrieve a dispatcher endpoint on an owned trunk by providing the trunk UUID and endpoint ID. Use after trunk_list_endpoints to get the endpoint 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) |