# Get ad status (adsap_get_ad_status)

Checks the delivery, review and effective status of one Meta ad, read live from Meta.

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

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

## What it does

Checks the delivery, review and effective status of one Meta ad, read live from Meta. It includes the parent ad set and campaign statuses, review feedback if the ad was disapproved, any active issues, and a plain summary of whether the ad is delivering. Use it after creating an ad or when an ad is not spending.

## Parameters

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

| Name | Type | Required | Description |
|---|---|---|---|
| `ad_account_id` | string | Yes | Ad account ID (act_xxx). Required: scopes the request to the workspace that owns this ad account. |
| `ad_id` | string | Yes |  |

## Example prompts

- "Is ad 120210000000000 delivering?"
- "Why is my new ad not running?"
- "Check the review status of the ad I just created."

## Related tools

- [`adsap_create_ad`](/tools/adsap_create_ad): Create a Meta ad (image/video) in an ad set.
- [`adsap_get_ad_review_status`](/tools/adsap_get_ad_review_status): Check review and policy status of all active (optionally paused) ads in an account.
- [`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.
