List Business Manager Assets
meta_list_business_assetsList owned Meta Business Manager assets by type—pages, ad accounts, Instagram accounts, or pixels—and return their IDs, names, and metadata. Pass a business ID and asset type to get the details you need.
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 |
|---|---|---|---|
| limit | No | ||
| asset_type | Yes | Type of assets to list | |
| business_id | Yes | Business Manager ID | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |