list_connections
Retrieve and manage telephony connections in Telnyx with pagination, filtering by name or profile, and sorting options.
Instructions
List connections.
Args:
page: Optional integer. Page number. Defaults to 1.
page_size: Optional integer. Page size. Defaults to 20.
filter_connection_name_contains: Optional. Filter by connection name.
filter_outbound_voice_profile_id: Optional. Filter by outbound voice profile ID.
sort: Optional. Sort order (created_at, connection_name, active).
Returns:
Dict[str, Any]: Response data
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes |