Download Schedule File
download_schedule_fileRetrieve the most recently uploaded schedule file for a Procore project. Returns the full field set as JSON or a download URL, requiring only the project_id.
Instructions
Download the most recently uploaded schedule file. Use this when you already know which schedule file you want and need its full field set. Returns a JSON object containing the generated file or a download URL for the schedule file. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. 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. |