List Entity Tasks
list_entity_tasksGet all tasks for any entity type (customer, contact, transaction, contract, memory). Filter by status to see only relevant tasks.
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 |