accelo_list_tasks
Retrieve and filter Accelo tasks by assignee, manager, status, job, or milestone to track jobs, issues, and project work.
Instructions
List tasks from Accelo.
Tasks are 'against' a job, milestone, or issue. To find the company:
against_type="job": get job → against_id (company)
against_type="milestone": get milestone → job_id → job → company
against_type="issue": get issue → resolve to company (see issues) Use child_of_job filter to find all tasks under a job (including via milestones).
Args: filters: Filter dict. Keys: id, assignee, manager, task_status, standing, against_type, against_id, custom_id, child_of_job, rate_id, date_created/started/due/completed/modified_before/after, order_by_asc/desc fields: Additional fields, e.g. "description,assignee(),manager()" search: Search over description, title page: Page number (0-indexed) limit: Results per page (max 100)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| limit | No | ||
| fields | No | ||
| search | No | ||
| filters | No |