---
title: "List configured SIP trunks"
method: GET
path: "/sip/trunks"
tags: ["SIP Trunks"]
---

# List configured SIP trunks

`GET /sip/trunks`

## Response `200`

List of trunks

- TrunksListResponse
  - `trunks` TrunkView[], required
    - `id` string, required
    - `type` string, required
    - `app_id` string
    - `status` string, required
    - `last_error` string
    - `created_at` string, required
    - `sip_register` SIPRegisterTrunkView
      - `registrar_uri` string, required
      - `aor` string, required
      - `username` string
      - `contact_uri` string
      - `requested_expires_seconds` integer, required
      - `granted_expires_seconds` integer
      - `last_registered_at` string
      - `next_refresh_at` string
      - `call_id` string
      - `cseq` integer
      - `source_address` string
    - `ip_ip` IPIPTrunkView
      - `peer_uri` string

---

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