Download Log Of Specification Section Revision
download_log_of_specification_section_revisionGet the download log for a specification section revision in Procore. Returns the log file or download URL for an existing revision using its unique ID.
Instructions
This endpoint returns the download log of a specification section revision. Access is granted to Admin users and to non-admin users who have the can_view_download_log granular permission. Use this when you already know which log you want and need its full field set. company_id and project_id default to the values set by procore_set_config when omitted, and id must identify an existing parent record — resolve it with the matching list tool first. Returns a JSON object containing the generated file or a download URL for the log. 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: company_id, project_id, id. Procore API (v2.1): Project Management > Specifications. Endpoint: GET /rest/v2.1/companies/{company_id}/projects/{project_id}/specification_section_revisions/{id}/download_log
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier for the specification section revision. | |
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. |