list_leads
Retrieve leads from ClassQuill using filters for status, assigned tutor, and creation date to manage and review tutoring-business prospects.
Instructions
List Leads
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | created_at <= ISO date | |
| from | No | created_at >= ISO date | |
| limit | No | Records per page (default 20, max 100) | |
| offset | No | Pagination offset | |
| status | No | new, contacted, consultation_booked, converted, lost | |
| assigned_tutor_id | No | Filter by assigned tutor UUID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes |