---
title: "List Mobile Voice Connections"
method: GET
path: "/v2/mobile_voice_connections"
tags: ["Mobile Voice Connections"]
---

# List Mobile Voice Connections

`GET /v2/mobile_voice_connections`

## Query parameters

- `page[number]` integer
- `page[size]` integer
- `filter[connection_name][contains]` string
- `sort` string

## Response `200`

Successful response

- object
  - `data` MobileVoiceConnection[]
    - `id` string — Identifies the resource.
    - `record_type` 'mobile_voice_connection' — Identifies the type of the resource.
    - `active` boolean — Indicates if the connection is active.
    - `connection_name` string — The name of the connection.
    - `tags` string[] — A list of tags associated with the connection.
    - `webhook_event_url` string, nullable — The URL where webhooks are sent.
    - `webhook_event_failover_url` string, nullable — The failover URL where webhooks are sent.
    - `webhook_api_version` '1' | '2', nullable — The API version for webhooks.
    - `webhook_timeout_secs` integer, nullable — The timeout for webhooks in seconds.
    - `outbound` object
      - `channel_limit` integer, nullable
      - `outbound_voice_profile_id` string, nullable
    - `inbound` object
      - `channel_limit` integer, nullable
    - `created_at` string, date-time
    - `updated_at` string, date-time
  - `meta` MobileVoiceConnectionsPaginationMeta
    - `total_pages` integer
    - `total_results` integer
    - `page_number` integer
    - `page_size` integer

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
