Inputs
SelectItem
SelectableOption
Output
Type:List[Dict]
Returns moderation results with status and policy violations per ad version.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Gets the moderation status and policy violations of an Amazon Ads ad
| App | Amazon Ads |
| Operation ID | amazon_ads_get_moderation_results |
| Type | Action |
| Connection | amazon_ads (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
account | DynamicAccount | Yes | - | Select the Amazon Ads profile that owns the ad. |
ad_id | string or SelectItem | Yes | - | The Amazon Ads ad ID to get moderation results for. |
ad_program_type | string or SelectableOption | Yes | - | The ad program of the ad: SPONSORED_PRODUCTS, SPONSORED_DISPLAY, or the Sponsored Brands format (SB_PRODUCT_COLLECTION, SB_STORE_SPOTLIGHT, SB_VIDEO). |
status_filter | array of string or SelectableOption | No | - | Filter results by moderation status: APPROVED, REJECTED, IN_PROGRESS, FAILED. Returns all statuses when omitted. |
| 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 moderation results with status and policy violations per ad version.