> ## 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.

# List IP Addresses By Category

Return a list of IPs according to a category.

<Note>
  External Documentation

  To learn more, visit the [IBM X Force documentation](https://api.xforce.ibmcloud.com/doc/#/X-Force%20Threat%20Intelligence%20-%20IP%20Reputation/get_ipr).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter  | Description                                                                             |
  | ---------- | --------------------------------------------------------------------------------------- |
  | Category   | Categories of IPs to filter by. Can be retrieved from the `List IPs Categories` action. |
  | End Date   | Retrieve IPs created before this date.                                                  |
  | Limit      | The number of returned domains, valid range is 1 - 10000.                               |
  | Offset     | Number of the results to initially skip.                                                |
  | Start Date | Retrieve IPs created after this date.                                                   |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter  | Description                                         |
  | ---------- | --------------------------------------------------- |
  | Descending | Choose to return the results in a descending order. |
</div>

## Example Output

```json theme={"dark"}
{
  "category": "Spam",
  "rows": [
    {
      "ip": "223.180.27.129",
      "created": "2017-07-14T09:37:00Z",
      "score": 2.9
    },
    {
      "ip": "217.172.114.243",
      "created": "2017-07-14T09:37:00Z",
      "score": 2.9
    },
    {
      "ip": "212.227.24.9",
      "created": "2017-07-14T09:37:00Z",
      "score": 4.3
    },
    {
      "ip": "212.83.178.230",
      "created": "2017-07-14T09:37:00Z",
      "score": 5.7
    },
    {
      "ip": "202.154.228.172",
      "created": "2017-07-14T09:37:00Z",
      "score": 2.9
    },
  ]
}
```

## Workflow Library Example

[List Ip Addresses by Category with Ibm X Force and Send Results Via Email](https://library.blinkops.com/workflows/list-ip-addresses-by-category-with-ibm-x-force-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/list-ip-addresses-by-category-with-ibm-x-force-and-send-results-via-email/canvas" />
</div>
