Show Project Upload
show_project_uploadRetrieve full details of a specific upload record by providing project ID and upload UUID. Returns a JSON object with upload information.
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: 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 |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| 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) |