Search Import Refusals
fda_import_refusalsSearch FDA import refusals (Compliance Dashboard data, not available in openFDA API). Import refusals indicate products detained at the US border. Filter by company name, FEI number, country code (e.g., CN, IN for major API source countries), or date range. Critical for evaluating international manufacturing sites and supply chain risk. Related: fda_get_facility (facility details by FEI), fda_inspections (inspection history by FEI).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (1-500) | |
| date_to | No | End date for refusal_date range (YYYY-MM-DD) | |
| date_from | No | Start date for refusal_date range (YYYY-MM-DD) | |
| fei_number | No | FDA Establishment Identifier (FEI number) | |
| company_name | No | Company name (fuzzy match) | |
| country_code | No | ISO country code (e.g. CN, IN) |