List Foreign Principals
list_foreign_principalsList the FOREIGN principals (foreign governments, parties, companies, individuals) that a given FARA registrant represents — i.e. who a US agent is working for. Addressed server-side by registration_number (get one from search_registrants). Optionally filter the returned set CLIENT-SIDE by country or principal-name substring. Set status="terminated" for former relationships. Returns principal_name, country, registrant_name, registration_date and address. Keyless.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional case-insensitive substring filter on the foreign-principal name. | |
| status | No | Active or terminated representation. Default "active". | |
| country | No | Optional case-insensitive substring filter on the principal's country, e.g. "italy", "saudi". | |
| registration_number | Yes | FARA registration number of the US agent/firm (from search_registrants). |