Show Project Upload
show_project_uploadRetrieve detailed information about a specific project upload. Provide the project ID and upload UUID to get its full field set in a single JSON object.
Instructions
Show detailed information on an upload. Use this when you already know which project upload you want and need its full field set. project_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 project 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: project_id, uuid. Procore API (v1.1): Core > File Access & Storage. Endpoint: GET /rest/v1.1/projects/{project_id}/uploads/{uuid}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | URL path parameter — upload UUID | |
| project_id | Yes | URL path parameter — unique identifier for the project. |