> ## 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 Audience Permissions

> Lists which ad accounts an X Ads custom audience is shared with, and each permission ID needed to revoke access

Lists which ad accounts an X Ads custom audience is shared with, and each permission ID needed to revoke access.

|                      |                                   |
| -------------------- | --------------------------------- |
| **App**              | X Ads                             |
| **Operation ID**     | `x_ads_list_audience_permissions` |
| **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 that owns the audience.               |
| `audience_id` | string or SelectItem | Yes      | -       | Custom audience ID whose sharing permissions should be listed. |
| `limit`       | integer              | No       | `100`   | Maximum number of permissions to return. Default: 100.         |

### SelectItem

| Field   | Type   | Required | Default | Description                                                                                          |
| ------- | ------ | -------- | ------- | ---------------------------------------------------------------------------------------------------- |
| `value` | string | Yes      | -       | The value of the selectable item.                                                                    |
| `label` | string | Yes      | -       | The label of the selectable item, used for display purposes. If not provided, defaults to the value. |

## Output

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

Returns the list of audience permissions with their IDs and levels.

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