get_file_by_its_uuid
Retrieve a specific file from Procore using its unique UUID identifier. Access documents directly by providing the file's UUID to fetch its details and content.
Instructions
Get file by its UUID. [Core/Documents] GET /rest/v1.0/local_files/{uuid}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | UUID of the file | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |