meta_ads_creatives_list
Retrieve a list of ad creatives from a Meta Ads account to audit creative inventory or obtain creative IDs for reuse in ad creation. Returns id, name, status, and thumbnail. Read-only, with configurable limit up to 1000.
Instructions
Lists AdCreative resources in a Meta Ads account. Returns id, name, status, object_story_id, call_to_action_type, and thumbnail_url per creative. Read-only — does not modify the account. Default limit is 50 creatives per call (max 1000); for larger inventories use smaller limits and filter client-side. Use this to audit creative inventory or to find a creative_id for reuse in meta_ads_ads_create. To list the ads that consume these creatives, use meta_ads_ads_list.
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. | |
| limit | No | Max creatives returned in a single call. Default 50, maximum 1000 per Meta Graph API. |