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

# Screen Email

> Screen an email address across every enabled list

<ParamField path="email" type="string" required>
  The email address to screen.
</ParamField>

<ParamField query="lists" type="string">
  Comma-separated [list slugs](/api/screen/lists) to narrow the scope (default: all enabled lists; unknown slugs return `400`).
</ParamField>

Returns the shared [screening envelope](/api/screen).

```json Example response theme={null}
{
  "value": "example@protonmail.com",
  "flagged": false,
  "sanctioned": false,
  "lists_checked": ["ofac"],
  "matches": []
}
```
