meta_ads_audiences_get
Fetch a single Custom Audience's full record, including rule, approximate count, and data source, to verify the correct audience before deleting or creating a lookalike.
Instructions
Fetches the full detail record for a single Custom Audience, including the rule definition and approximate_count. Returns id, name, subtype, description, retention_days, approximate_count, data_source, rule (for rule-based audiences), and pixel_id (for WEBSITE audiences). Read-only. Call this before meta_ads_audiences_delete or before create_lookalike to verify you have the right audience.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | No | Meta Ads account ID in the format 'act_XXXXXXXXXX' (e.g. 'act_1234567890'). Optional — falls back to META_ADS_ACCOUNT_ID from the configured credentials. The leading 'act_' prefix is required. | |
| audience_id | Yes | Audience ID as returned by meta_ads_audiences_list. |