Show Document Upload
show_document_uploadRetrieve the full field set for a specified document upload in Procore. Supply company, project, and document upload IDs to get the details.
Instructions
Returns details about a Document Upload. Use this when you already know which document upload 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 document_upload_id must identify an existing parent record — resolve it with the matching list tool first. Returns a single JSON object describing the document 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, project_id, document_upload_id. Procore API (v2.0): Project Management > Document Management. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/document_management/document_uploads/{document_upload_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locale | No | Query string parameter — language for the response to be translated into | |
| company_id | Yes | URL path parameter — unique identifier for the Procore company | |
| project_id | Yes | URL path parameter — unique identifier for the Procore project | |
| document_upload_id | Yes | URL path parameter — unique identifier for the document upload |