tasks_list
Read-only
Filter and retrieve follow-up tasks and reminders by status, assigned manager, or customer. Returns paginated task results for review.
Instructions
List follow-up tasks/reminders, filterable by status/performer/customer. Returns {tasks[], pagination}.
Input Schema
TableJSON 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 |