marketo_get_lead_by_id
Retrieve a Marketo lead by its unique ID, with optional field selection to return only the data you need.
Instructions
Get a single lead by Marketo lead ID. Optionally specify which fields to return. Returns lead record with all requested fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Marketo lead ID | |
| fields | No | List of field API names to return (e.g. ['email','firstName','company']) |