List Entity Tasks
list_entity_tasksRetrieve all tasks associated with a specific entity, such as a customer, contact, or transaction. Filter results by status to focus on open or blocked 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 |