list_leads
List BD leads with custom fields, filterable by state, profile, country, and date range. Paginated read-only results.
Instructions
List BD leads (read-only, paginated) with key fields + BD custom fields. Filter by state (name or group), profile, country, and date range. Use list_metadata for valid values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (max 200). | |
| state | No | State name (e.g. "Won") or group (backlog|unstarted|started|completed|cancelled). | |
| offset | No | Rows to skip (pagination). | |
| country | No | Country option name (exact). | |
| profile | No | Profile option name (exact). | |
| end_date | No | Custom range end (YYYY-MM-DD). Use with start_date. | |
| start_date | No | Custom range start (YYYY-MM-DD). Use with end_date. | |
| date_filter | No | Preset range, e.g. "this_month", "last_month", "last_3_months". Omit for all time. |