---
title: "Screen a name against the sanctions corpus"
method: POST
path: "/api/v1/entity/screen"
tags: ["Sugra Entity"]
---

# Screen a name against the sanctions corpus

`POST /api/v1/entity/screen`

Screen a person or organization name against the sanctions corpus and return a screening signal (`clear`, `review`, or `hit`) with matched records. Fail-CLOSED on staleness: if the underlying list is stale, a `hit` or `clear` result is downgraded to `review` and `meta.stale_screening` is set to `true`. ENTITY-4: optional `corpus` selects `sanctions` (default - Western/IGO + PEP), `rf_regulatory` (Russian domestic Minjust lists), or `all`.

## Request body

- EntityScreenRequest
  - `name` string, nullable
  - `country` string, nullable
  - `dob` string, nullable
  - `nationality` string, nullable
  - `as_of` string, nullable
  - `threshold_hit` number
  - `threshold_review` number
  - `corpus` 'sanctions' | 'rf_regulatory' | 'all'
  - `include_excluded` boolean
  - `identifier` RfIdentifierRequest — RF-only exact identifier (INN/OGRN/SNILS/domain/...). Not OFAC docs.
    - `type` 'inn' | 'ogrn' | 'snils' | 'reg_number' | 'domain' | 'url', required
    - `value` string, required

## Response `200`

Screening result with status and matches, plus list-freshness and staleness metadata in the envelope `meta`.

- unknown

## Other responses

- `401` — Missing or invalid `x-api-key` header.
- `422` — Validation Error
- `429` — Daily rate limit exceeded. Check `X-RateLimit-Reset` for the next window.
- `503` — Upstream source is temporarily unavailable. Retry after a short delay.

## Changes

- **2026-07-26** `7fc920a3005c` — 6 info
  - added the new optional request property `corpus`
  - added the new optional request property `identifier`
  - added the new optional request property `include_excluded`
  - the request property `name` became optional
  - …2 more

[Change history](https://skmtc.dev/sugra/apis/sugra-api/changes/api/v1/entity/screen/post.md)

---

[API](https://skmtc.dev/sugra/apis/sugra-api.md) · [All operations](https://skmtc.dev/sugra/apis/sugra-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sugra/sugra-api/revisions/4e2740743eb4/schema)
