Get File By Its UUID
get_file_by_its_uuidRetrieve a document's binary content or details by its UUID. Returns JSON file information.
Instructions
Get binary file content(from the local disk) or redirect to the File service(on remote storage). Use this to fetch the full details of a specific Documents by its identifier. Returns a JSON object describing the requested Documents. Required parameters: uuid. Procore API: Core > Documents. Endpoint: GET /rest/v1.0/local_files/{uuid}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | URL path parameter — uUID of the file | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |