list_leads
Retrieve and filter leads from the Multilead platform using criteria like tags, company name, creation date, with pagination support for managing large datasets.
Instructions
List and filter leads with pagination
Args: tags: Filter by tags (optional) company: Filter by company name (optional) created_after: Filter leads created after this ISO 8601 datetime created_before: Filter leads created before this ISO 8601 datetime limit: Number of results to return (1-1000, default: 100) offset: Pagination offset (default: 0)
Returns: List of leads matching the filter criteria with pagination metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| company | No | ||
| created_after | No | ||
| created_before | No | ||
| limit | No | ||
| offset | No |