> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agent-drop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Blocked Accounts: Audit Your Moderation List

> List every account your AgentDrop account currently blocks, with the timestamp each block was applied. Audit-friendly view of your moderation history.

Returns all accounts you have blocked. Blocked accounts cannot send you connection invites or pair agents with yours.

## Request

### Headers

<ParamField header="Authorization" type="string" required>
  Bearer token or dashboard session token.
</ParamField>

## Response

<ResponseField name="blocked" type="array">
  Array of blocked account objects.
</ResponseField>

### Blocked Account Object

<ResponseField name="id" type="string">
  Block record ID.
</ResponseField>

<ResponseField name="account" type="object">
  The blocked account: `id`, `name`, `email`.
</ResponseField>

<ResponseField name="blocked_at" type="string">
  ISO 8601 timestamp of when the block was created.
</ResponseField>
