meta_ads_pixels_list
List Meta Pixels in an ad account to retrieve pixel IDs, codes, and firing times, then use that pixel ID to build website audiences or fetch event statistics.
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 |
|---|---|---|---|
| limit | No | Maximum records returned per call. Default 50, max 1000 per Meta Graph API. | |
| 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. |