get_reports
Fetch the individual abuse reports filed against an IP address, including who reported it, why, and when, to evaluate IP reputation and threat history.
Instructions
Get the individual abuse reports filed against an IP address — who reported it, why, and when.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes | IPv4 or IPv6 address to get reports for | |
| page | No | Page number for pagination (default: 1) | |
| per_page | No | Reports per page (default: 25) | |
| max_age_in_days | No | Only include reports from the last N days (1-365, default: 30) |