crm_leads_notes_list
Retrieve paginated notes for a known lead, filtered by created or modified timestamps to find relevant updates quickly.
Instructions
List one page of notes attached to a known lead, optionally filtered by created or modified timestamps. Requires the lead ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Lead ID | |
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | ||
| modifiedBefore | No | ||
| createdOnOrAfter | No | ||
| modifiedOnOrAfter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||