---
title: "List Blocked Creators"
method: GET
path: "/blocked-creators"
tags: ["blocked-creators"]
---

# List Blocked Creators

`GET /blocked-creators`

List all blocked creators.

## Response `200`

Successful Response

- BlockedCreatorResponse[]
  - `id` string, uuid, required
  - `blocked_user_id` string, uuid, required
  - `blocked_username` string, required
  - `blocked_display_name` string, nullable, required
  - `blocked_avatar_url` string, nullable, required
  - `created_at` string, required

---

[API](https://skmtc.net/meganova/apis/fastapi.md) · [All operations](https://skmtc.net/meganova/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meganova/fastapi/revisions/2b2bab8b9017/schema)
