List Tasks (Dalux Field)
dalux_list_tasksRetrieve tasks, approvals, safety issues, and observations from a Dalux Field project with optional type filter and pagination.
Instructions
List tasks, approvals, safety issues, safety observations, and good practices on a Dalux Field project, with subject, type, workflow state, location (building/level/room/drawing), and user-defined fields. Optional typeId filter (the only server-side filter Dalux supports). NOTE: the Dalux API is read-only for tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| typeId | No | Task type id — filters via OData: data/type/typeId eq '<id>'. | |
| maxPages | No | How many pages to fetch in one call (default 5, max 25). | |
| pageLink | No | Opaque nextPage link from a previous call — continues that list instead of starting over. | |
| projectId | Yes | Project id from dalux_list_projects. |