get_form_leads
Fetch leads submitted through a Meta lead generation form using its form ID, with options for pagination, field selection, and page token fallback.
Instructions
Get leads submitted through a lead generation form.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Pagination cursor for next page | |
| limit | No | Number of results to return | |
| fields | No | Comma-separated fields to return | |
| form_id | Yes | Lead form ID | |
| page_id | No | Facebook Page ID owning the form. When set, the call uses that Page's access token (needed if Meta returns #190 for the account token) |