Search Device Recalls
fda_device_recallsSearch FDA device recalls by recalling firm (fuzzy match), product code, recall status, or date range. Returns device-specific recall details including root cause, event type, and product codes. Complements fda_search_enforcement which covers all product types. Related: fda_search_enforcement (all recalls including drugs), fda_recall_facility_trace (trace to manufacturing facility), fda_device_class (product code details).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (1-500) | |
| offset | No | Result offset for pagination | |
| date_to | No | End date for event_date_initiated (YYYY-MM-DD) | |
| date_from | No | Start date for event_date_initiated (YYYY-MM-DD) | |
| product_code | No | Product code | |
| recall_status | No | Recall status | |
| recalling_firm | No | Recalling firm name (fuzzy match) |