list_lead_lists
Retrieve and manage lead lists with pagination controls to organize and access contact data for email campaigns.
Instructions
List all lead lists with pagination
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Number of lists to return (1-100, default: 20) | |
starting_after | No | ID of the last item from previous page for pagination |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"description": "Number of lists to return (1-100, default: 20)",
"type": "number"
},
"starting_after": {
"description": "ID of the last item from previous page for pagination",
"type": "string"
}
},
"type": "object"
}