meta_ads_pixels_get
Retrieve full Meta Pixel details including code, last fired time, and linked ad accounts to verify pixel setup and diagnose conversion tracking issues.
Instructions
Fetches the full detail record for a single Meta Pixel. Returns id, name, code, creation_time, last_fired_time, owner_business, data_use_setting, and the linked ad_accounts. Read-only. Call this to verify pixel setup (e.g. confirm last_fired_time is recent) before diagnosing conversion tracking issues or before relying on the pixel for audience rules.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pixel_id | Yes | Pixel ID as returned by meta_ads_pixels_list. | |
| 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. |