tasks_list
List tasks/events/meetings for the user. Filter by kind, status, contactId, or date range. Defaults to showing open (status=open) items of all kinds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ISO 8601 — only items due on/before this date. | |
| from | No | ISO 8601 — only items due on/after this date. | |
| kind | No | ||
| limit | No | ||
| dealId | No | Limit to a single deal. | |
| offset | No | ||
| status | No | ||
| contactId | No | Limit to a single contact's tasks. |