meta_ads_lead_forms_list
Retrieve lead forms for a Facebook Page. Get form IDs, status, leads count, and locale to attach to Lead Ads or pull submitted lead data.
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. |