Get a voice design
Returns the latest version of a voice design, or a specific version when ?version=N is provided. The id parameter accepts either a UUID or the design name.
GET
JavaScript
Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The voice design UUID or name.
Query Parameters
Specific version number to retrieve. Defaults to the latest version.
Required range:
x >= 1Response
The requested voice design.
Response envelope for a single voice design with full version detail.
A voice design object with full version detail.
JavaScript