Screening lookup
screening_lookupAdverse media screenings run for the caller's team, covering organizations and countries; each row names its team (team_id, team_name; both null on a workspace wide screening every team reads). Without screening_id this lists screening runs newest first, filterable by subject_type (entity or country), by the subject's ids (node_id for a company from search_companies, entity_id for a registry institution from company_profile, iso3 for a country), or by subject name; paged with limit (default 20, maximum 100) and offset, and the response carries the exact total. With screening_id it returns that one run in full: per category verdicts with rationale and review state, the drafted summary, grounded findings with their press quotes, and the sources behind them. Findings quote reported coverage, not established fact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| iso3 | No | Filter by the screened country's ISO alpha-3 code. | |
| limit | No | Page size, default 20, maximum 100. | |
| offset | No | Rows to skip, default 0. | |
| node_id | No | Filter by the subject's graph node id. | |
| subject | No | Filter by subject name, matched on its normalized form. | |
| entity_id | No | Filter by the subject's registry entity id. | |
| screening_id | No | A screening id from the list; when present the other arguments are not used. | |
| subject_type | No | Filter the list by subject kind. |