---
title: "List trunks"
method: GET
path: "/api/v1/Account/{auth_id}/trunks"
tags: ["Trunks"]
---

# List trunks

`GET /api/v1/Account/{auth_id}/trunks`

Retrieve all SIP trunks configured on the account.

## Path parameters

- `auth_id` string, required

## Response `200`

List of trunks

- object
  - `meta` object, required
    - `limit` integer, required
    - `offset` integer, required
    - `total` integer, required
  - `objects` object[], required
    - `trunk_id` string, required
    - `account_id` string, required
    - `name` string, required
    - `trunk_domain` string, required
    - `trunk_status` string, required
    - `secure` boolean, required
    - `trunk_direction` string, required
    - `concurrent_calls_limit` integer, required
    - `cps_limit` integer, required
    - `credential_uuid` string
    - `description` string, required
    - `transport` string, required
    - `recording` boolean, required
    - `enable_transcription` boolean, required
    - `pii_redaction` boolean, required
    - `webhook_method` string, required
    - `recording_webhook_enabled` boolean, required
    - `created_at` string, required
    - `updated_at` string, required
    - `primary_uri_uuid` string
    - `inbound_destination` string
    - `pii_entity_types` string
    - `webhook_url` string

---

[API](https://skmtc.dev/vobiz/apis/vobiz-api.md) · [All operations](https://skmtc.dev/vobiz/apis/vobiz-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vobiz/vobiz-api/revisions/863f08cd6737/schema)
