list_activities
Filter construction schedule activities by WBS, status, type, float, or critical path, returning match count and key scheduling data including total float and dates.
Instructions
List activities with filters; returns the match count and the top limit rows (id, name, WBS, type, status,
durations, start/finish, computed total float in working days, constraint).
Filters: wbs = WBS code or name fragment (includes everything below it); code = 'Code Type=Value' or a bare value
(activity codes and user fields); status = not_started / in_progress / complete / incomplete; activity_type = task,
milestone, level_of_effort, wbs_summary, resource_dependent; text = fragment of the ID or name; min/max_float_days on
the CPM total float; critical_only (float <= the project's critical threshold); longest_path_only.
include_stored_float adds the float saved in the file next to the computed one. sort = start, finish, float, id,
duration. For all rows use export_csv(tool='list_activities', ...).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wbs | No | ||
| code | No | ||
| path | Yes | ||
| sort | No | start | |
| text | No | ||
| limit | No | ||
| status | No | ||
| project | No | ||
| activity_type | No | ||
| critical_only | No | ||
| max_float_days | No | ||
| min_float_days | No | ||
| longest_path_only | No | ||
| include_stored_float | No |