list_activities_v2_0
Retrieve and filter scheduled activities from Procore projects to manage construction timelines and track progress.
Instructions
List Activities. [Project Management/Scheduling] GET /rest/v2.0/companies/{company_id}/projects/{project_id}/schedules/{schedule_id}/activities
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company | |
| project_id | Yes | Unique identifier for the project | |
| schedule_id | Yes | Unique identifier for the schedule | |
| filters__activity_id | No | Filter activities by activity_id | |
| filters__activity_name | No | Filter activities by name | |
| filters__is_critical | No | Filter activities by critical path status in read only project schedule | |
| filters__updated_at__gt | No | Filter for activities updated after this timestamp (ISO 8601) | |
| sort | No | Sort by supported fields. Accepts comma separated values to sort by multiple fields. Order is ascending by default, prefix field with '-' for descending | |
| page | No | The page number to retrieve | |
| per_page | No | Number of records per page |