> ## 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.

# List Lead Forms

> List LinkedIn lead gen forms for an ad account, including each form's questions

List LinkedIn lead gen forms for an ad account, including each form's questions. Use this to find form IDs before retrieving leads.

|                     |                                |
| ------------------- | ------------------------------ |
| **App**             | LinkedIn Ads                   |
| **Operation ID**    | `linkedin_ads_list_lead_forms` |
| **Type**            | Action                         |
| **Connection**      | `linkedin_ads` (required)      |
| **Credits per run** | Free                           |

## Inputs

| Field     | Type           | Required | Default | Description                                                 |
| --------- | -------------- | -------- | ------- | ----------------------------------------------------------- |
| `account` | DynamicAccount | Yes      | -       | LinkedIn Ads account whose lead gen forms should be listed. |
| `limit`   | integer        | No       | `100`   | Maximum number of forms to return. Defaults to 100.         |

## Output

**Type**: `List[Dict]`

Returns LinkedIn lead gen forms with their questions; each question's field\_key is the column name the retrieve leads node emits for it.

**Fields**: `id`, `urn`, `versioned_form_urn`, `name`, `state`, `created_at`, `last_modified_at`, `questions`, `consents`
