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

# List Entries

> Paginated entries inside a specific list.

```bash theme={null}
curl "https://identity.contra.id/v1/lists/$UUID/entries?limit=50&offset=0" \
  -H "x-api-key: $CONTRA_KEY"
```

## Response · 200

```json theme={null}
{
  "count": 17,
  "results": [
    {
      "uuid":       "ent_a1b2…",
      "entry_type": "face",
      "fingerprint":"sha256:abc123…",
      "reason":     "fraud · chargeback",
      "added_by":   "compliance@yourco.com",
      "added_at":   1748566800
    }
  ]
}
```
