---
title: "Read blocked numbers for a Domain"
method: GET
path: "/domains/{domain}/number-filters"
tags: ["Call Blocking", "44.3"]
---

# Read blocked numbers for a Domain

`GET /domains/{domain}/number-filters`

## Path parameters

- `domain` string, required — This is the main organization name. This is used to link resource to its group/tenant/organization/enterprise. Then using in path for GET you can set to "~" to use the domain name linked to your token/key instead of the domain name itself when reading for your own domain.

## Response `200`

- object[]
  - `domain` string, required — This is the main organization name. This is used to link resource to its group/tenant/organization/enterprise. ~ and * can be used alone in special cases to mean My Domain (~) and All Domains (\*).
  - `time-frame` string, required — This is the timeframe that also is needed to make this set of answer rules unique. * is teh default and if no timeframes are setup this is is how to set anserrules.
  - `enabled` 'yes' | 'no', required
  - `is-active` boolean, required — This is read only option that will be true if this timeframe is active for this user when taking into account current settings, date/time and all timeframes.
  - `phone-numbers-to-reject` object — This is a list of numbers that would be blocked and rejected before any forward or sim ring features are attempted.
    - `enabled` 'yes' | 'no'
    - `parameters` union[] — This field will provide the values needed to configure the parent feature. These values could be multiple strings or numbers.
      - union
        - string
        - number

## Other responses

- `400`
- `401`
- `404`

---

[API](https://skmtc.net/ns-api/apis/netsapiens-api-v2.md) · [All operations](https://skmtc.net/ns-api/apis/netsapiens-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ns-api/netsapiens-api-v2/versions/d37f65b5b886/schema)
