keap_list_tasks
List tasks in Keap with filters for user, contact, completion status, and date range. Supports pagination to manage large result sets.
Instructions
List tasks with filtering and pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Results per page | |
| since | No | Tasks created after this date | |
| until | No | Tasks created before this date | |
| offset | No | Pagination offset | |
| user_id | No | Filter by assigned user | |
| completed | No | Filter by completion status | |
| contact_id | No | Filter by contact |