meta_ads_catalogs_get
Retrieve complete details of a single Meta Ads product catalog, including product count, feed count, and linked ad accounts. Use to verify catalog health before deletion or collection creative creation.
Instructions
Fetches the full detail record for a single Product Catalog. Returns id, name, product_count, vertical, feed_count, owner_business_id, and the linked ad_accounts. Read-only. Call this before meta_ads_catalogs_delete or before building a Collection creative (meta_ads_creatives_create_collection) to verify product_count > 0.
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. | |
| catalog_id | Yes | Catalog ID as returned by meta_ads_catalogs_list. |