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

# Find Lead Forms By Owner

Retrieve a list of lead forms for a specified owner.

<Note>
  External Documentation

  To learn more, visit the [LinkedIn documentation](https://learn.microsoft.com/en-us/linkedin/marketing/lead-sync/leadsync?view=li-lms-2026-02\&tabs=http#get-lead-forms).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter  | Description                                                                                                                                                                                                                                                          |
  | ---------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Count      | The maximum number of results to return per page.                                                                                                                                                                                                                    |
  | Owner      | The owner URN only.<br /><br />**Note:** According to the selected `Owner Type`, Use a `urn:li:sponsoredAccount:...`, or a `urn:li:organization:...` URN.<br /><br />**Examples:**<br />\* `urn:li:sponsoredAccount:522529623`<br />\* `urn:li:organization:5509810` |
  | Owner Type | Select whether owner is a sponsored account or an organization.                                                                                                                                                                                                      |
  | Start      | The pagination offset indicating the starting point for the next set of results.                                                                                                                                                                                     |
</div>

## Example Output

```json theme={"dark"}
{
	"elements": [
		{
			"owner": {
				"organization": "urn:li:organization:5509810"
			},
			"hiddenFields": [
				{
					"name": "Entity name",
					"value": "Nimbus 2000"
				}
			],
			"versionId": 1,
			"creationLocale": {
				"country": "US",
				"language": "en"
			},
			"created": 1610579725356,
			"name": "LeadGen form for Nimbus 2000",
			"id": 6755260984438374400,
			"lastModified": 1610579725356,
			"state": "PUBLISHED",
			"content": {
				"questions": [
					{
						"questionId": 10548,
						"question": {
							"localized": {
								"en_US": "First Name"
							}
						},
						"responseEditable": true,
						"name": "firstName",
						"questionDetails": {
							"textQuestionDetails": {
								"maxResponseLength": 300
							}
						},
						"predefinedField": "FIRST_NAME",
						"responseRequired": true
					},
					{
						"questionId": 10540,
						"question": {
							"localized": {
								"en_US": "Last Name"
							}
						},
						"responseEditable": true,
						"name": "lastName",
						"questionDetails": {
							"textQuestionDetails": {
								"maxResponseLength": 300
							}
						},
						"predefinedField": "LAST_NAME",
						"responseRequired": true
					}
				],
				"description": {
					"localized": {
						"en_US": "Share your information below with {localized={en_US=Mario Kart 8 Deluxe, es_ES=Mario Coche 8 Deluxe}, preferredLocale={country=US, language=en}} to be contacted with more information about Nimbus 2000"
					}
				},
				"headline": {
					"localized": {
						"en_US": "Contact {localized={en_US=Mario Kart 8 Deluxe, es_ES=Mario Coche 8 Deluxe}, preferredLocale={country=US, language=en}} about Nimbus 2000"
					}
				},
				"legalInfo": {
					"consents": [
						{
							"checkRequired": false,
							"id": 1,
							"consent": {
								"localized": {
									"en_US": "{localized={en_US=Mario Kart 8 Deluxe, es_ES=Mario Coche 8 Deluxe}, preferredLocale={country=US, language=en}} may contact me via email"
								}
							}
						}
					],
					"legalInfoId": 5604,
					"privacyPolicyUrl": "https://cadfad.com/abc",
					"legalDisclaimer": {
						"localized": {
							"en_US": "All emails include an unsubscribe link; you may opt out at any time. {localized={en_US=Mario Kart 8 Deluxe, es_ES=Mario Coche 8 Deluxe}, preferredLocale={country=US, language=en}} will not sell or distribute your email address. See our Privacy Policy for more information on how we product and manage your data."
						}
					}
				}
			}
		}
	],
	"paging": {
		"start": 0,
		"count": 1,
		"links": []
	}
}
```

## Workflow Library Example

[Find Lead Forms by Owner with Linkedin and Send Results Via Email](https://library.blinkops.com/workflows/find-lead-forms-by-owner-with-linkedin-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/find-lead-forms-by-owner-with-linkedin-and-send-results-via-email/canvas" />
</div>
