---
title: "list sip gateways"
method: GET
path: "/SipGateways"
tags: ["Carriers"]
---

# list sip gateways

`GET /SipGateways`

## Query parameters

- `voip_carrier_sid` string, required — return only the SipGateways operated for this VoipCarrier

## Response `200`

list of sip gateways

- SipGateway[]
  - `sip_gateway_sid` string, uuid, required
  - `ipv4` string, required
  - `port` integer, required
  - `netmask` integer, required
  - `voip_carrier_sid` string, uuid, required
  - `inbound` boolean
  - `outbound` boolean

## Other responses

- `500` — system error

---

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