list_connections
List telephony connections with pagination, filtering by connection name or outbound voice profile ID, and sorting.
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
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes |