> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Lead Form

> Gets the full configuration of a single Meta Instant Form (lead gen form): questions, intro card, thank-you page, privacy policy, follow-up URL, status, and lead counts

Gets the full configuration of a single Meta Instant Form (lead gen form): questions, intro card, thank-you page, privacy policy, follow-up URL, status, and lead counts. Useful before retrieving leads or for recreating a form with changes, since forms cannot be edited after creation.

|                      |                       |
| -------------------- | --------------------- |
| **App**              | Meta Ads              |
| **Operation ID**     | `meta_get_lead_form`  |
| **Type**             | Action                |
| **Connection**       | `meta_ads` (required) |
| **Credits per run**  | 1                     |
| **Agent / MCP tool** | Yes                   |

## Inputs

| Field     | Type       | Required | Default | Description                                                                           |
| --------- | ---------- | -------- | ------- | ------------------------------------------------------------------------------------- |
| `page`    | SelectItem | Yes      | -       | Select the Facebook page that owns the lead form, ask the user for it if not provided |
| `form_id` | string     | Yes      | -       | Lead form ID, e.g. from meta\_list\_lead\_forms                                       |

### SelectItem

| Field   | Type   | Required | Default | Description                                                                                          |
| ------- | ------ | -------- | ------- | ---------------------------------------------------------------------------------------------------- |
| `value` | string | Yes      | -       | The value of the selectable item.                                                                    |
| `label` | string | Yes      | -       | The label of the selectable item, used for display purposes. If not provided, defaults to the value. |

## Output

**Type**: `Dict`

Returns the full lead form configuration and lead counts.

**Fields**: `id`, `name`, `status`, `questions`, `leads_count`
