Show Company Upload
show_company_uploadRetrieve detailed information about a specific company upload using its UUID. Provides full file access and storage record details.
Instructions
Show detailed information on an upload. Use this to fetch the full details of a specific File Access & Storage records by its identifier. Returns a JSON object describing the requested File Access & Storage records. Required parameters: company_id, uuid. Procore API (v1.1): Core > File Access & Storage. Endpoint: GET /rest/v1.1/companies/{company_id}/uploads/{uuid}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| uuid | Yes | URL path parameter — upload UUID | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |