List Entity Tasks
list_entity_tasksPull every task linked to a customer, transaction, or other entity by its ID, with optional status filters to surface open vs. completed work.
Instructions
Get all tasks linked to a specific entity (customer, contact, transaction, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results. Defaults to 50. | |
| status | No | Filter by status. Omit to return all non-done tasks. | |
| entity_id | Yes | UUID of the entity. | |
| entity_type | Yes | Entity type: customer | contact | interaction | transaction | contract | memory |