get_project_activities
Retrieve activities from Primavera P6 XER files. Filter by project ID, name, status, or task type to extract specific activity data.
Instructions
Get activities from an XER file.
Filter options:
- project_id: numeric P6 project ID
- project_short_name: project short name string
- status: TK_NotStart | TK_Active | TK_Complete
- task_type: TT_Task | TT_Mile | TT_FinMile | TT_WBS
- limit: max rows returned (default 100)Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| project_id | No | ||
| project_short_name | No | ||
| status | No | ||
| task_type | No | ||
| limit | No |