---
title: "List device blacklist records"
method: GET
path: "/device-blacklist-records/"
tags: ["device-blacklist-records"]
---

# List device blacklist records

`GET /device-blacklist-records/`

Use this method to list device blacklist records.

## Query parameters

- `created_date_gt` string, date-time
- `created_date_gte` string, date-time
- `created_date_last_n_days` number
- `created_date_lt` string, date-time
- `created_date_lte` string, date-time
- `created_date_nth_full_week` number
- `created_date_nth_work_week` number
- `expire_date_gte` string, date-time
- `expire_date_lte` string, date-time
- `id_in` integer[]
- `limit` string
- `ordering` string
- `page` string
- `reason_contains` string
- `uuid_contains` string
- `uuid_in` string[]

## Response `200`

- PaginatedDeviceBlacklistRecordList
  - `next_page` string, nullable
  - `prev_page` string, nullable
  - `results` DeviceBlacklistRecord[]
    - `id` integer, required
    - `created_date` string, date-time, required — Record creation date
    - `expire_date` string, date-time, nullable — Record expiration date
    - `uuid` string, required — Device unique identifier
    - `reason` string, required — Blacklisting reason, up to 512 characters

---

[API](https://skmtc.dev/ntechlab/apis/internal-api-documentation.md) · [All operations](https://skmtc.dev/ntechlab/apis/internal-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ntechlab/internal-api-documentation/revisions/fe217a895bc7/schema)
