Get Meta Account Pages
meta_ads_get_account_pagesRead-onlyIdempotent
Retrieve Facebook Pages accessible by the user's access token to obtain candidate page IDs for creating ad creatives.
Instructions
List Facebook Pages reachable from the access token's user. These are the candidate page_id values for create_ad_creative.
Args:
act_id (string, optional): Reserved for parity with the Python reference; Meta returns pages bound to the user/token, not the ad account, so this is currently unused.
Returns: { data: [{ id, name, username, category, fan_count, link, verification_status, picture }] }
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| act_id | No |