Listar tareas
beebole_list_tasksFilter and list Beebole tasks by project, status, owner, assignee, category, or date range for efficient task management.
Instructions
Lista tareas con filtros (proyecto, estado, responsable, persona asignada, categoría, rango).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| endTime | No | Unix timestamp en MILISEGUNDOS (epoch ms, > 1e10). Ej: 1750000000000. | |
| ownerId | No | BeeboleId (ObjectId, 24 hex). | |
| archived | No | ||
| statusId | No | BeeboleId (ObjectId, 24 hex). | |
| projectId | No | BeeboleId (ObjectId, 24 hex). | |
| startTime | No | Unix timestamp en MILISEGUNDOS (epoch ms, > 1e10). Ej: 1750000000000. | |
| categoryId | No | BeeboleId (ObjectId, 24 hex). | |
| assignedPersonId | No | BeeboleId (ObjectId, 24 hex). |