Inputs
SelectItem
Output
Type:List[Dict]
Returns the list of audience permissions with their IDs and levels.
Fields: dynamic (depend on the inputs)Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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 |
| 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. |
| 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. |
List[Dict]
Returns the list of audience permissions with their IDs and levels.
Fields: dynamic (depend on the inputs)