---
title: "GET /v1/Trunks"
method: GET
path: "/v1/Trunks"
tags: ["TrunkingV1Trunk"]
---

# GET /v1/Trunks

`GET /v1/Trunks`

## Query parameters

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

## Response `200`

OK

- object
  - `trunks` TrunkingV1Trunk[]
    - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Trunk resource.
    - `domain_name` string, nullable — The unique address you reserve on Twilio to which you route your SIP traffic. Domain names can contain letters, digits, and `-` and must end with `pstn.twilio.com`. See [Termination Settings](https://www.twilio.com/docs/sip-trunking#termination) for more information.
    - `disaster_recovery_method` 'GET' | 'POST', http-method, nullable — The HTTP method we use to call the `disaster_recovery_url`. Can be: `GET` or `POST`.
    - `disaster_recovery_url` string, uri, nullable — The URL we call using the `disaster_recovery_method` if an error occurs while sending SIP traffic towards the configured Origination URL. We retrieve TwiML from this URL and execute the instructions like any other normal TwiML call. See [Disaster Recovery](https://www.twilio.com/docs/sip-trunking#disaster-recovery) for more information.
    - `friendly_name` string, nullable — The string that you assigned to describe the resource.
    - `secure` boolean, nullable — Whether Secure Trunking is enabled for the trunk. If enabled, all calls going through the trunk will be secure using SRTP for media and TLS for signaling. If disabled, then RTP will be used for media. See [Secure Trunking](https://www.twilio.com/docs/sip-trunking#securetrunking) for more information.
    - `recording` unknown
    - `transfer_mode` 'disable-all' | 'enable-all' | 'sip-only' — The call transfer settings for the trunk. Can be: `enable-all`, `sip-only` and `disable-all`. See [Transfer](https://www.twilio.com/docs/sip-trunking/call-transfer) for more information.
    - `transfer_caller_id` 'from-transferee' | 'from-transferor' — Caller Id for transfer target. Can be: `from-transferee` (default) or `from-transferor`.
    - `cnam_lookup_enabled` boolean, nullable — Whether Caller ID Name (CNAM) lookup is enabled for the trunk. If enabled, all inbound calls to the SIP 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.
    - `auth_type` string, nullable — The types of authentication mapped to the domain. Can be: `IP_ACL` and `CREDENTIAL_LIST`. If both are mapped, the values are returned in a comma delimited list. If empty, the domain will not receive any traffic.
    - `symmetric_rtp_enabled` boolean, nullable — Whether Symmetric RTP is enabled for the trunk. When Symmetric RTP is disabled, Twilio will send RTP to the destination negotiated in the SDP. Disabling Symmetric RTP is considered to be more secure and therefore recommended. See [Symmetric RTP](https://www.twilio.com/docs/sip-trunking#symmetric-rtp) for more information.
    - `auth_type_set` string[], nullable — Reserved.
    - `date_created` string, date-time, nullable — The date and time in GMT when 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 when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
    - `sid` string, nullable — The unique string that we created to identify the Trunk resource.
    - `url` string, uri, nullable — The absolute URL of the resource.
    - `links` object, nullable — The URLs of related resources.
  - `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/trunking-v1.md) · [All operations](https://skmtc.net/twilio/apis/trunking-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/trunking-v1/revisions/d34f2c6352fa/schema)
