list_leads
Retrieve saved leads for the authenticated user with pagination and search by name, email, or company to locate prospects quickly.
Instructions
List saved leads for the authenticated user. Supports pagination and search by name, email, or company.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| limit | No | Results per page (default 20, max 100) | |
| job_id | No | Filter leads by a specific search job UUID | |
| search | No | Search term to filter by name, email, or company |