meta_ads_lead_forms_get
Fetch full lead form details including question definitions, privacy policy URL, and follow-up action URL to identify exact field keys for downstream CRM mapping.
Instructions
Fetches the full detail record for a single lead form, including its question definitions and legal pages. Returns id, name, status, locale, questions (array with type / key / label per question), privacy_policy_url, follow_up_action_url, leads_count, and created_time. Read-only. Call this before designing downstream CRM sync so you know the exact field keys to map.
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. | |
| form_id | Yes | Lead form ID as returned by meta_ads_lead_forms_list. |