---
title: "List of blacklisted numbers belonging to the user group and all children"
method: GET
path: "/blacklistednumber"
tags: ["blacklist"]
---

# List of blacklisted numbers belonging to the user group and all children

`GET /blacklistednumber`

Retrieves phone numbers blacklisted within the user's organizational hierarchy. Returns blacklisted numbers from the current group and all child groups. Supports pagination and filtering by phone number patterns.

## Query parameters

- `limit` integer
- `offset` integer
- `filter` string[]

## Response `200`

Blacklisted phone numbers with metadata

- BlacklistNumber[]
  - `ou_id` integer — Group id to which this balcklisted number belongs to
  - `number` integer[] — The array of balcklisted numbers

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.dev/convirza/apis/convirza-apis.md) · [All operations](https://skmtc.dev/convirza/apis/convirza-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/convirza/convirza-apis/revisions/ccf9bbe34f5a/schema)
