meta_ads_lead_forms_list
List lead forms for a Facebook Page to retrieve form IDs, names, and statuses for use in Lead Ads campaigns.
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 |
|---|---|---|---|
| limit | No | Max forms per call. Default 50, max 1000. | |
| page_id | Yes | Facebook Page ID whose forms to list. Must be a page the authenticated user has admin access to. | |
| 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. |