---
title: "Get all denylist entries"
method: GET
path: "/denylist"
tags: ["Denylist"]
---

# Get all denylist entries

`GET /denylist`

Returns all entity IDs currently in the denylist. This endpoint is public and requires no authentication.

## Response `200`

List of denylist entries

- object[]
  - `entity_id` string, required — Lowercase entity ID (Catalyst CID) that is blocked
  - `reason` string, nullable — Optional human-readable reason why this entity was denylisted
  - `created_by` string, required — Lowercase Ethereum address of the moderator who first added the entry
  - `created_at` number, required — Unix timestamp in milliseconds when the entry was created
  - `updated_at` number, required — Unix timestamp in milliseconds when the entry was last updated

---

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