meta_ads_pixels_list
List all Meta Pixels in your ad account to retrieve pixel IDs for audience creation or event statistics. Returns id, name, pixel code, and last fired time.
Instructions
Lists Meta Pixels available in the ad account. Returns id, name, code (the base pixel snippet), last_fired_time, and is_created_by_business per pixel. Read-only. Use this to find a pixel_id before creating a WEBSITE audience (meta_ads_audiences_create) or fetching event statistics (meta_ads_pixels_stats / events).
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 | Maximum records returned per call. Default 50, max 1000 per Meta Graph API. |