Retrieve all lists for an application with optional filtering.
list_type or entry_type.
| Parameter | Type | Description |
|---|---|---|
list_type | string | Filter by type: blocklist, allowlist, or custom |
entry_type | string | Filter by entry type: face, document, phone, email, ip_address, device_fingerprint, wallet_address, bank_account, country, user, business, key |
ordering | string | Sort by: created_at, -created_at, entry_count, -entry_count, last_entry_added_at, -last_entry_added_at |
offset | integer | Pagination offset (default: 0) |
limit | integer | Page size (default: 25) |