li_get_leadgen_responses
Retrieve LinkedIn Lead Gen Form submission data including question responses and timestamps. Filter by form ID and date range. Use to reconcile leads with CRM, audit lead quality, or validate form integrations.
Instructions
Retrieve actual Lead Gen Form submission data from LinkedIn. Each response includes questionResponses with field-by-field values (first name, last name, email, company, job title, phone, etc.) and submission timestamp. Filter by lead_form_id and/or submitted_after/before date range. Use for lead-to-CRM reconciliation against SFDC or Marketo, for auditing lead quality, or for confirming that a form integration is capturing the right fields. NOTE: This endpoint returns PII — handle output as sensitive data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ad_account_id | No | ||
| lead_form_id | No | Filter to a specific Lead Gen Form (numeric ID or URN). | |
| submitted_after | No | ISO date (YYYY-MM-DD). Only include responses submitted on or after this date. | |
| submitted_before | No | ISO date (YYYY-MM-DD). Upper bound for submission date. | |
| page_size | No |