Back to catalog
Cortexa research tool·drug discovery·fda_drug_adverse_event_detail
FAERS Search Serious Reports By Drug
Search and retrieve detailed reports of serious adverse events for a specific drug. Returns individual case reports with patient information, adverse event details, drug information, and report metadata. Only medicinalproduct is required; all other parameters (limit, skip, seriousnessdeath, seriousnesshospitalization, seriousnesslifethreatening, seriousnessdisabling, patientsex, patientagegroup) are optional. Data source: FDA Adverse Event Reporting System (FAERS).
Livelast probed 2026-04-30 23:07Z· 170msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 170ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"limit": {
"default": 10,
"description": "Maximum number of reports to return. Must be between 1 and 100.",
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"medicinalproduct": {
"description": "Drug name (required).",
"type": "string"
},
"patientagegroup": {
"description": "Optional: Filter by patient age group. Omit this parameter if you don't want to filter by age.",
"enum": [
"Neonate",
"Infant",
"Child",
"Adolescent",
"Adult",
"Elderly"
],
"type": "string"
},
"patientsex": {
"description": "Optional: Filter by patient sex. Omit this parameter if you don't want to filter by sex.",
"enum": [
"Male",
"Female"
],
"type": "string"
},
"seriousnessdeath": {
"description": "Optional: Filter for reports where death was reported. Set to 'Yes' to include only fatal cases.",
"enum": [
"Yes"
],
"type": "string"
},
"seriousnessdisabling": {
"description": "Optional: Filter for reports where the event was disabling. Set to 'Yes' to include only disabling cases.",
"enum": [
"Yes"
],
"type": "string"
},
"seriousnesshospitalization": {
"description": "Optional: Filter for reports where hospitalization was required. Set to 'Yes' to include only cases requiring hospitalization.",
"enum": [
"Yes"
],
"type": "string"
},
"seriousnesslifethreatening": {
"description": "Optional: Filter for reports where the event was life-threatening. Set to 'Yes' to include only life-threatening cases.",
"enum": [
"Yes"
],
"type": "string"
},
"skip": {
"default": 0,
"description": "Number of reports to skip for pagination. Must be non-negative.",
"minimum": 0,
"type": "integer"
}
},
"required": [
"medicinalproduct"
],
"type": "object"
}Examples (1)
Default FAERS Search Serious Reports By Drug call
public-safeinput
{
"limit": 3,
"medicinalproduct": "",
"skip": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_FAERS_search_serious_reports_by_drug
- Tool name
- FAERS_search_serious_reports_by_drug
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse