pyp6xer_list_activities
Filter and list activities from Primavera P6 XER files with optional project, status, WBS code filters, and pagination.
Instructions
List activities with optional filtering and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cache_key | No | Cache key identifying the loaded XER file (set when calling pyp6xer_load_file) | default |
| proj_id | No | Project ID or short name; uses first project if omitted | |
| status | No | Filter by status: 'not_started', 'in_progress', or 'completed' | |
| wbs_code | No | Filter activities by WBS code prefix | |
| limit | No | Maximum number of results to return | |
| offset | No | Number of results to skip for pagination | |
| fields | No | Subset of field names to return; call pyp6xer_get_activity_schema to see available names |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |