list_schedules_v2_0
Retrieve and filter project schedules from Procore by company and project, with options to sort results and apply filters by schedule type, name, ID, activity status, or update date.
Instructions
List Schedules. [Project Management/Scheduling] GET /rest/v2.0/companies/{company_id}/projects/{project_id}/schedules
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company | |
| project_id | Yes | Unique identifier for the project | |
| filters__schedule_id | No | Filter schedules by schedule_id | |
| filters__schedule_name | No | Filter schedules by name | |
| filters__schedule_type | No | Filter schedules by type. Values must exactly match a valid schedule type (case-sensitive) | |
| filters__is_active | No | Filter schedules by active status | |
| filters__updated_at__gt | No | Filter for schedules updated after this timestamp (ISO 8601 instant) | |
| 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 |