---
title: "Get a Wireless Blocklist"
method: GET
path: "/wireless_blocklists/{id}"
tags: ["Wireless Blocklists"]
---

# Get a Wireless Blocklist

`GET /wireless_blocklists/{id}`

Retrieve information about a Wireless Blocklist.

## Path parameters

- `id` string, uuid, required

## Response `200`

Successful Response

- object
  - `data` WirelessBlocklist
    - `id` string, uuid — Identifies the 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 wireless blocklist name.
    - `type` 'country' | 'mcc' | 'plmn' — The type of the wireless blocklist.
    - `values` union[] — Values to block. The values here depend on the `type` of Wireless Blocklist.
      - union
        - string — ISO 3166-1 Alpha-2 Country Code.
        - string — Mobile Country Code.
        - string — Public land mobile network code (MCC + MNC).

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