Show Company Upload
show_company_uploadRetrieve complete details of a specific company upload by UUID and company ID. Returns a full JSON object with every upload field, providing read-only access to upload information.
Instructions
Show detailed information on an upload. Use this when you already know which company upload you want and need its full field set. company_id defaults to the value set by procore_set_config when omitted, and uuid must identify an existing parent record — resolve it with the matching list tool first. Returns a single JSON object describing the company upload. 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, 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 |
|---|---|---|---|
| uuid | Yes | URL path parameter — upload UUID | |
| company_id | Yes | URL path parameter — unique identifier for the company. |