---
title: "Get a Private Wireless Gateway"
method: GET
path: "/private_wireless_gateways/{id}"
tags: ["Private Wireless Gateways"]
---

# Get a Private Wireless Gateway

`GET /private_wireless_gateways/{id}`

Retrieve information about a Private Wireless Gateway.

## Path parameters

- `id` string, uuid, required

## Response `200`

Successful Response

- object
  - `data` PrivateWirelessGateway
    - `id` string, uuid — Identifies the resource.
    - `network_id` string, uuid — The identification of the related network resource.
    - `record_type` string
    - `created_at` string — ISO 8601 formatted date-time indicating when the resource was created.
    - `updated_at` string — ISO 8601 formatted date-time indicating when the resource was updated.
    - `name` string — The private wireless gateway name.
    - `region_code` string — The name of the region where the Private Wireless Gateway is deployed.
    - `status` PrivateWirelessGatewayStatus — The current status or failure details of the Private Wireless Gateway.
      - `value` 'provisioning' | 'provisioned' | 'failed' | 'decommissioning' — The current status or failure details of the Private Wireless Gateway. <ul> <li><code>provisioning</code> - the Private Wireless Gateway is being provisioned.</li> <li><code>provisioned</code> - the Private Wireless Gateway was provisioned and able to receive connections.</li> <li><code>failed</code> - the provisioning had failed for a reason and it requires an intervention.</li> <li><code>decommissioning</code> - the Private Wireless Gateway is being removed from the network.</li> </ul> Transitioning between the provisioning and provisioned states may take some time.
      - `error_description` string, nullable — This attribute provides a human-readable explanation of why a failure happened.
      - `error_code` string, nullable — This attribute is an [error code](https://developers.telnyx.com/development/api-fundamentals/api-errors) related to the failure reason.
    - `ip_range` string — IP block used to assign IPs to the SIM cards in the Private Wireless Gateway.
    - `assigned_resources` PWGAssignedResourcesSummary[] — A list of the resources that have been assigned to the Private Wireless Gateway.
      - `record_type` string — The type of the resource assigned to the Private Wireless Gateway.
      - `count` integer — The current count of a resource type assigned to the Private Wireless Gateway.

## Other responses

- `404` — Resource not found
- `default` — Unexpected error

---

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