# List handles in the default exclusion list

Returns a paginated list of handles in the platform's default exclusion list. Defaults to the first 1,000 handles; use offset and limit to page through larger lists. Handles are returned in alphabetical order.

Endpoint: GET /public/v1/discovery/exclusion-lists/default/{platform}/entries/
Version: 1.0.0
Security: Bearer

## Path parameters:

  - `platform` (string, required)
    The social media platform the exclusion list applies to.
    Enum: "instagram", "youtube", "tiktok", "twitch", "twitter", "onlyfans"

## Query parameters:

  - `offset` (integer)
    Number of handles to skip from the start of the list.

  - `limit` (integer)
    Maximum number of handles to return (1–10,000).

## Response 200 fields (application/json):

  - `total` (integer, required)
    Total number of handles in the list.
    Example: 3

  - `offset` (integer, required)
    Offset applied to this page of handles.

  - `limit` (integer, required)
    Limit applied to this page of handles.
    Example: 1000

  - `handles` (array, required)
    The requested page of handles, sorted alphabetically.
    Example: ["creator_one","creator_three","creator_two"]


## Response 400 fields

## Response 401 fields

## Response 422 fields
