List Business Manager Assets
meta_list_business_assetsRetrieve a list of owned assets (pages, ad accounts, Instagram accounts, pixels) for a Business Manager using its ID. Filter by asset type and set result limit.
Instructions
Lists assets (pages, ad accounts, Instagram accounts, pixels) for a Business Manager.
Args:
business_id: Business Manager ID
asset_type: "owned_pages", "owned_ad_accounts", "owned_instagram_accounts", "owned_pixels"
limit (optional, default 25): Max results
Returns asset details including IDs, names, and type-specific metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| business_id | Yes | Business Manager ID | |
| asset_type | Yes | Type of assets to list | |
| limit | No | ||
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |