# Get IP ranges reports **GET /accounts/{account_id}/reports/ip-ranges** Fetch reports for the observed IP address ranges in the given period Available on: ![AuditGUARD](https://storage.googleapis.com/clickguard-storage-dev/public/assets/api-docs/audit-off.png) ![AlertGUARD](https://storage.googleapis.com/clickguard-storage-dev/public/assets/api-docs/active-off.png) ![PremiumGUARD](https://storage.googleapis.com/clickguard-storage-dev/public/assets/api-docs/premium-on.png) ![EliteGUARD](https://storage.googleapis.com/clickguard-storage-dev/public/assets/api-docs/elite-on.png) ## Servers ## Parameters ### Path parameters - **account_id** (string) ID of an account ### Query parameters - **period** (string) Observed period for the report - **sort** (string) Sort the IPs by a specified parameter. Use '-' prefix to indicate a descending sort. Default: '-total_clicks'. - **offset** (number) Paginating parameter. Offset the result by a specified number. Default: 0. - **limit** (number) Paginating parameter. Limit the number of result by a specified number. Max: 100. Default: 50. - **query** (string) Search IP ranges by given query - **ip-ranges[]** (array[string]) Fetch all IP range reports for the given array of IP ranges. - **status** (string) Status of an IP range ## Responses ### 200 Successful operation #### Body: (array[object]) - **ip_range** (string) CIDR notation of the IP range - **ip_wildcard** (string) Wildcard notation of the IP range - **status** (string) The current status of the IP range - **total_clicks** (number) Total number of clicks from this IP range - **normal_clicks** (number) Total number of normal clicks from this IP range - **suspicious_clicks** (number) Total number of suspicious clicks from this IP range - **flagged_clicks** (number) Total number of flagged clicks from this IP range - **invalid_clicks** (number) Total number of invalid clicks from this IP range - **first_seen** (string(date-time)) Timestamp of the first occurrence of this IP range - **last_seen** (string(date-time)) Timestamp of the last occurrence of this IP range - **last_campaign_id** (string) The ID of the last campaign this IP range interacted with - **last_country** (string) The last country this IP range was reported from - **last_city** (string) The last city this IP range was reported from [Powered by Bump.sh](https://bump.sh)