meta_ads_audiences_list
List custom audiences in Meta Ads to get audience IDs needed before targeting ad sets or creating lookalike audiences. Returns id, name, subtype, approximate count, and data source.
Instructions
Lists Custom Audiences in a Meta Ads account. Returns id, name, subtype (WEBSITE / CUSTOM / LOOKALIKE / APP / etc.), approximate_count, retention_days, and data_source per audience. Read-only. Use this to find an audience_id before targeting an ad set (meta_ads_ad_sets_create / update) or before creating a lookalike (audiences.create_lookalike). Approximate counts from Meta may lag actual size by 24–48h.
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. | |
| limit | No | Maximum records returned per call. Default 50, max 1000 per Meta Graph API. |