keap_list_tasks
Retrieve tasks from Keap CRM with filters for contact, assigned user, completion status, and due date. Supports pagination and sorting for efficient task management.
Instructions
List tasks.
API: GET /tasks
Args:
contact_id: Filter by related contact ID.
user_id: Filter by the assigned user's ID.
completed: Filter by completion status.
has_due_date: Filter to tasks that have (or don't have) a due date.
limit: Max results per page.
offset: Pagination offset.
order: Sort field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| order | No | ||
| offset | No | ||
| user_id | No | ||
| completed | No | ||
| contact_id | No | ||
| has_due_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |