list_tasks
Retrieve tasks from Odoo with optional project filtering and pagination controls to manage project workflows efficiently.
Instructions
List available tasks in Odoo.
Args:
project_id: Filter by project ID (optional)
limit: Maximum number of tasks to return (default: 50)
offset: Offset for pagination (default: 0)
Returns:
List of tasks with their ID, name and project
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | ||
| limit | No | ||
| offset | No |