---
title: "Get a single SIP trunk"
method: GET
path: "/sip/trunks/{id}"
tags: ["SIP Trunks"]
---

# Get a single SIP trunk

`GET /sip/trunks/{id}`

## Response `200`

Trunk view

- TrunkView
  - `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

## Other responses

- `404` — Trunk not found

---

[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)
