List notes
pipedrive_list_notesList notes, optionally filtered by user/deal/person/org/lead. Uses v1 (v2 has no notes endpoint) with start+limit pagination. Pipedrive REST: GET /api/v1/notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort expression, e.g. 'add_time DESC'. | |
| limit | No | Max results to return (v1 limit). | |
| start | No | Pagination offset (v1 start; default 0). | |
| org_id | No | Filter by linked organization id. | |
| deal_id | No | Filter by linked deal id. | |
| lead_id | No | Filter by linked lead id (a UUID string). | |
| user_id | No | Filter by the note author (user) id. | |
| person_id | No | Filter by linked person id. |