Inputs
MicrosoftAdsAccountItem
SelectItem
SelectableOption
Output
Type:List[Dict]
Returns the matching asset groups as full Microsoft Ads asset group objects (unchanged from the API).
Fields: Id, Name, Status, EditorialStatus, FinalUrlsDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List asset groups within a Microsoft Ads Performance Max campaign, optionally filtered by status and editorial (approval) status
| App | Microsoft Ads |
| Operation ID | microsoft_ads_list_asset_groups |
| Type | Action |
| Connection | microsoft_ads (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
account | object or array of object or MicrosoftAdsAccountItem or string or integer | Yes | - | Select the Microsoft Ads account that owns the campaign. |
campaign_id | string or SelectItem | Yes | - | The Performance Max campaign to list asset groups for. |
statuses | array of string or SelectableOption | No | - | Filter by asset group status. Leave empty to return all statuses. Available values: Active, Paused, Expired. Deleted asset groups are never returned by Microsoft Ads. |
editorial_statuses | array of string or SelectableOption | No | - | Filter by asset group editorial (approval) status. Leave empty to return all. Available values: Active (approved), ActiveLimited, Disapproved, Inactive (under review). |
return_additional_fields | boolean | No | False | When true, request additional asset group properties (search themes, URL targets, tracking template, final URL suffix, URL custom parameters, cropping type) so the response is richer. Defaults to false. |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | |
label | string | Yes | - | |
customerId | string | No | - | The Microsoft Ads customer ID used for REST CustomerId headers. If omitted, it is resolved from the account ID. |
| 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. |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | |
label | string | Yes | - |
List[Dict]
Returns the matching asset groups as full Microsoft Ads asset group objects (unchanged from the API).
Fields: Id, Name, Status, EditorialStatus, FinalUrls