# Get ad review status (adsap_get_ad_review_status)

Reviews the policy status of every active ad in an account, and paused ads if you ask.

Canonical: https://adsap.ai/docs/tools/adsap_get_ad_review_status
Updated: 2026-09-13

**Platform:** Meta · **Read or write:** Read · **Plan:** All plans · **Consumes a task:** No · **Preview supported:** No

## What it does

Reviews the policy status of every active ad in an account, and paused ads if you ask. It returns counts by review status plus details for problem ads only: disapproved, with issues or pending. Use it in audits to surface policy violations and delivery blockers.

## Parameters

Descriptions are shortened from the tool schema. Your assistant sees the full text.

| Name | Type | Required | Description |
|---|---|---|---|
| `ad_account_id` | string | Yes | Must include act_ prefix. |
| `include_paused` | boolean | No | Also check paused ads. Default false. |

## Example prompts

- "Are any of my ads disapproved right now?"
- "Check the review status of all ads in this account, including paused ones."
- "Which ads are stuck in review?"

## Related tools

- [`adsap_create_ad`](/tools/adsap_create_ad): Create a Meta ad (image/video) in an ad set.
- [`adsap_get_ad_status`](/tools/adsap_get_ad_status): Check the current delivery, review, and effective status of a single Meta ad.
- [`adsap_list_ad_accounts`](/tools/adsap_list_ad_accounts): List Meta ad accounts the user manages.

## Guide

Read [Building the ads](/guides/launch/ads) for the workflow around this tool, and the [Tool reference](/tools) for every tool.
