show_company_upload
Retrieve and view upload details for a company in Procore using company ID and upload UUID. Access file information and manage uploads through the Procore API.
Instructions
Show Company Upload. [Core/File Access & Storage] GET /rest/v1.0/companies/{company_id}/uploads/{uuid}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| uuid | Yes | Upload UUID | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |