Smartlead: list lead lists
smartlead_list_lead_listsFetch saved lead lists from Smartlead, filtering by list name or tag IDs to locate the exact lists you need.
Instructions
List saved lead lists with optional name and tag filtering. Safety — read-only: yes; may consume SmartProspect credits: no; creates or modifies remote state: no; can send email: no; destructive: no. Endpoint: GET https://server.smartlead.ai/api/v1/lead-list/. Free and read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Lists to return (1-1000). | |
| offset | No | Records to skip. | |
| tagIds | No | Comma-separated tag IDs, e.g. "1,2,3". | |
| listName | No | Partial match on the list name. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | Yes | ||
| error | No | ||
| warnings | Yes | ||
| operation | Yes | ||
| pagination | Yes | ||
| credit_spending | Yes | ||
| remote_mutation | Yes |