Download Schedule File
download_schedule_fileDownload the most recently uploaded schedule file for a Procore project. Returns a downloadable URL or file contents for Schedule (Legacy) records.
Instructions
Download the most recently uploaded schedule file. Use this to retrieve a downloadable file or export URL for Schedule (Legacy) records. Returns a JSON object with the file contents or download URL for Schedule (Legacy) records. Required parameters: project_id. Procore API: Project Management > Schedule (Legacy). Endpoint: GET /rest/v1.0/schedule_integration/download
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |