---
title: "GET /v1/ByocTrunks"
method: GET
path: "/v1/ByocTrunks"
tags: ["VoiceV1ByocTrunk"]
---

# GET /v1/ByocTrunks

`GET /v1/ByocTrunks`

## Query parameters

- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `byoc_trunks` VoiceV1ByocTrunk[]
    - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the BYOC Trunk resource.
    - `sid` string, nullable — The unique string that that we created to identify the BYOC Trunk resource.
    - `friendly_name` string, nullable — The string that you assigned to describe the resource.
    - `voice_url` string, uri, nullable — The URL we call using the `voice_method` when the BYOC Trunk receives a call.
    - `voice_method` 'GET' | 'POST', http-method, nullable — The HTTP method we use to call `voice_url`. Can be: `GET` or `POST`.
    - `voice_fallback_url` string, uri, nullable — The URL that we call when an error occurs while retrieving or executing the TwiML requested from `voice_url`.
    - `voice_fallback_method` 'GET' | 'POST', http-method, nullable — The HTTP method we use to call `voice_fallback_url`. Can be: `GET` or `POST`.
    - `status_callback_url` string, uri, nullable — The URL that we call to pass status parameters (such as call ended) to your application.
    - `status_callback_method` 'GET' | 'POST', http-method, nullable — The HTTP method we use to call `status_callback_url`. Either `GET` or `POST`.
    - `cnam_lookup_enabled` boolean, nullable — Whether Caller ID Name (CNAM) lookup is enabled for the trunk. If enabled, all inbound calls to the BYOC Trunk from the United States and Canada automatically perform a CNAM Lookup and display Caller ID data on your phone. See [CNAM Lookups](https://www.twilio.com/docs/sip-trunking#CNAM) for more information.
    - `connection_policy_sid` string, nullable — The SID of the Connection Policy that Twilio will use when routing traffic to your communications infrastructure.
    - `from_domain_sid` string, nullable — The SID of the SIP Domain that should be used in the `From` header of originating calls sent to your SIP infrastructure. If your SIP infrastructure allows users to "call back" an incoming call, configure this with a [SIP Domain](https://www.twilio.com/docs/voice/api/sending-sip) to ensure proper routing. If not configured, the from domain will default to "sip.twilio.com".
    - `date_created` string, date-time, nullable — The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
    - `date_updated` string, date-time, nullable — The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
    - `url` string, uri, nullable — The absolute URL of the resource.
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

---

[API](https://skmtc.net/twilio/apis/twilio-voice.md) · [All operations](https://skmtc.net/twilio/apis/twilio-voice/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/twilio-voice/revisions/e218199d8d6d/schema)
