> ## 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 URLs By Category

Return a list of URLs 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-%20URL/get_url).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter  | Description                                                                                    |
  | ---------- | ---------------------------------------------------------------------------------------------- |
  | Category   | The category of the URLs to retrieve. Can be retrieved from the `List URLs Categories` action. |
  | End Date   | Retrieve URLs created before this date.                                                        |
  | Limit      | The number of returned URLs, valid range is 1 - 10000.                                         |
  | Offset     | Number of the results to initially skip.                                                       |
  | Start Date | Retrieve URLs 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": "Malware",
  "rows": [
    {
      "url": "hottycams.com",
      "created": "2017-07-14T10:17:00.390Z"
    },
    {
      "url": "ionios-sa.gr/counter",
      "created": "2017-07-14T10:12:00.477Z"
    },
    {
      "url": "support4u.pl/counter",
      "created": "2017-07-14T10:12:00.477Z"
    },
    {
      "url": "sneakystreams.com/freeyouporndownloader.html",
      "created": "2017-07-14T02:02:00.890Z"
    },
    {
      "url": "hgssyouth.com/hgf65g/hgf65g",
      "created": "2017-07-13T17:47:00.817Z"
    },
    {
      "url": "0x00000000000000000000FFFFB211AAD3/panel/lib/bs.dll.c",
      "created": "2017-07-13T16:07:01.017Z"
    },
    {
      "url": "login.e.cantonfair.com.login.login.cf.locale.en.us.returnurl.xtrapolate.com/trade.htm",
      "created": "2017-07-13T14:07:00.137Z"
    },
  ]
}
```

## Workflow Library Example

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