tasks_list
Retrieve a paginated list of follow-up tasks, filterable by completion status, assigned manager, or customer.
Instructions
List follow-up tasks/reminders, filterable by status/performer/customer. Returns {tasks[], pagination}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| limit | No | Results per page (max 100) | |
| filter_status | No | Filter by completion status | |
| filter_customer | No | Filter by customer name/contact (text match — RetailCRM v5 has no numeric customer-ID task filter) | |
| filter_performer_id | No | Filter by assigned manager ID |