List voice designs
Returns a paginated list of voice designs belonging to the authenticated account.
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.
Query Parameters
Page number for pagination (1-based).
Required range:
x >= 1Number of results per page.
Required range:
1 <= x <= 250Case-insensitive substring filter on the name field.
Sort order. Prefix with - for descending. Defaults to -created_at.
Available options:
name, -name, created_at, -created_at JavaScript