meta_ads_lead_forms_list
List Facebook lead forms for a Page to retrieve form IDs, names, statuses, lead counts, locale, and creation time. Use the returned form_id to attach to Lead Ads creatives or pull submitted lead data via meta_ads_leads_get.
Instructions
Lists lead forms configured for a Facebook Page. Returns id, name, status, leads_count, locale, and created_time per form. Read-only. Lead forms belong to Pages, not ad accounts — use this to find a form_id before attaching it to a Lead Ads creative or before pulling submitted lead data via meta_ads_leads_get.
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. | |
| page_id | Yes | Facebook Page ID whose forms to list. Must be a page the authenticated user has admin access to. | |
| limit | No | Max forms per call. Default 50, max 1000. |