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

# List Do Not Reach Lists

> Lists the Do Not Reach suppression lists in an X Ads account

Lists the Do Not Reach suppression lists in an X Ads account. X allows one list per account.

|                      |                                 |
| -------------------- | ------------------------------- |
| **App**              | X Ads                           |
| **Operation ID**     | `x_ads_list_do_not_reach_lists` |
| **Type**             | Action                          |
| **Connection**       | `x_ads` (required)              |
| **Credits per run**  | 1                               |
| **Agent / MCP tool** | Yes                             |

## Inputs

| Field          | Type           | Required | Default | Description                                                        |
| -------------- | -------------- | -------- | ------- | ------------------------------------------------------------------ |
| `account`      | DynamicAccount | Yes      | -       | Select the X Ads account whose Do Not Reach list should be listed. |
| `with_deleted` | boolean        | No       | `False` | Include deleted lists.                                             |
| `limit`        | integer        | No       | `100`   | Maximum number of lists to return. Default: 100.                   |

## Output

**Type**: `List[Dict]`

Returns the Do Not Reach lists with their IDs and status.

**Fields**: dynamic (depend on the inputs)
