> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Reports

Get reports for IP address.

## Basic Parameters

<div className="integrations-table">
  | Parameter  | Description                                                                                       |
  | ---------- | ------------------------------------------------------------------------------------------------- |
  | IP Address | The IP address to search.                                                                         |
  | Max Age    | Determines how far back in days time the fetch reports go. Valid range is 1 - 365, default is 30. |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter | Description                          |
  | --------- | ------------------------------------ |
  | Page      | The page number.                     |
  | Per Page  | The amount of reports in every page. |
</div>

## Example Output

```json theme={"dark"}
{
	"data": {
		"total": 2840,
		"page": 5,
		"count": 25,
		"perPage": 25,
		"lastPage": 114,
		"nextPageUrl": "https://api.abuseipdb.com/api/v2/reports?ipAddress=176.111.173.242&maxAgeInDays=30&perPage=25&page=6",
		"previousPageUrl": "https://api.abuseipdb.com/api/v2/reports?ipAddress=176.111.173.242&maxAgeInDays=30&perPage=25&page=4",
		"results": [
			{
				"reportedAt": "2022-05-01T21:00:03+00:00",
				"comment": "Invalid user joseph from 176.111.173.242 port 53860",
				"categories": [
					18,
					22
				],
				"reporterId": 43121,
				"reporterCountryCode": "DE",
				"reporterCountryName": "Germany"
			},
			{
				"reportedAt": "2022-05-01T13:27:47+00:00",
				"comment": "Apr 17 18:19:28 roki2 sshd\\[29767\\]: Invalid user gituser from 176.111.173.242\nApr 17 18:19:28 roki2 sshd\\[29767\\]: pam_unix\\(sshd:auth\\): authentication failure\\; logname= uid=0 euid=0 tty=ssh ruser= rhost=176.111.173.242\nApr 17 18:19:29 roki2 sshd\\[29767\\]: Failed password for invalid user gituser from 176.111.173.242 port 54766 ssh2\nApr 17 22:28:47 roki2 sshd\\[10332\\]: Invalid user j2deployer from 176.111.173.242\nApr 17 22:28:47 roki2 sshd\\[10332\\]: pam_unix\\(sshd:auth\\): authentication failure\\; logname= uid=0 euid=0 tty=ssh ruser= rhost=176.111.173.242\n...",
				"categories": [
					18,
					22
				],
				"reporterId": 35071,
				"reporterCountryCode": "US",
				"reporterCountryName": "United States of America"
			}
		]
	}
}
```

## Workflow Library Example

[Get Reports with Abuseipdb and Send Results Via Email](https://library.blinkops.com/workflows/get-reports-with-abuseipdb-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-reports-with-abuseipdb-and-send-results-via-email/canvas" />
</div>
