List Custom Audiences
meta_list_custom_audiencesRetrieve custom audiences from a Meta ad account, showing names, types, size estimates, and delivery status with optional pagination and result limits.
Instructions
Lists custom audiences in a Meta ad account.
Args:
ad_account_id (string): Ad account ID (e.g., act_123456789)
limit (number): Max results (1–100, default 20)
after (string, optional): Pagination cursor
Returns audience names, types, size estimates, and delivery status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ||
| limit | No | ||
| ad_account_id | Yes | Ad account ID (e.g., act_123456789) | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |