marketo_get_lead_lists
Fetch lead members of a Marketo static list by list ID, with pagination support via nextPageToken and batchSize, returning selected fields.
Instructions
Get leads that are members of a specific static list. Supports pagination via nextPageToken and batchSize.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listId | Yes | Static list ID | |
| fields | No | Lead field API names to return | |
| batchSize | No | Number of results per page (max 300) | |
| nextPageToken | No | Pagination token from previous response |