List LinkedIn leads (form responses)
list_linkedin_leadsThe LEADS a LinkedIn lead gen form collected — every response with its answers keyed by field (firstName, lastName, email, company, …), the campaign and creative that produced it, the consents ticked, and whether it was a test lead. Newest first. Filter by formId, a since/until window (ISO date or epoch ms — LinkedIn takes epoch), or testLeadsOnly. THIS IS PERSONAL DATA: show it to the user, hand it to the CRM they name, never repeat it into a post or an unrelated tool. Pass start for the next page. Read-only, free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | per page, max 100 | |
| since | No | ISO date or epoch milliseconds | |
| start | No | offset for the next page | |
| until | No | ||
| formId | No | only this form (from list_linkedin_lead_forms) | |
| pageId | No | the company Page that owns the form — from list_linkedin_pages; omit when one Page is shared | |
| leadType | No | defaults by owner: SPONSORED for an ad account, COMPANY (organic Page form) for a Page; EVENT for event forms. LinkedIn refuses SPONSORED on a Page owner | |
| adAccountId | No | read forms owned by an AD ACCOUNT instead of a Page | |
| formVersion | No | default 1 | |
| testLeadsOnly | No | true returns ONLY test submissions |