Search Veterinary Adverse Events
fda_vet_eventsSearch veterinary adverse events (animal drug safety reports) by species, drug name, reaction, serious flag, or date range (YYYYMMDD format). Returns event reports including animal details, drug information, and adverse reactions. Related: fda_search_aphis (veterinary biologics facilities and establishments).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (1-500) | |
| offset | No | Result offset for pagination | |
| date_to | No | End receive_date (YYYYMMDD) | |
| serious | No | Filter by serious adverse event | |
| species | No | Animal species (searches animal JSONB) | |
| date_from | No | Start receive_date (YYYYMMDD) | |
| drug_name | No | Drug name (searches drug JSONB) |