---
title: "Get all Wireless Blocklists"
method: GET
path: "/wireless_blocklists"
tags: ["Wireless Blocklists"]
---

# Get all Wireless Blocklists

`GET /wireless_blocklists`

Get all Wireless Blocklists belonging to the user.

## Query parameters

- `page[number]` integer
- `page[size]` integer
- `filter[name]` string
- `filter[type]` string
- `filter[values]` string

## 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).
  - `meta` PaginationMeta
    - `total_pages` integer, required
    - `total_results` integer
    - `page_number` integer, required
    - `page_size` integer

## Other responses

- `401` — Unauthorized
- `default` — Unexpected error

---

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