Get File By Its UUID
get_file_by_its_uuidRetrieve complete file information by its UUID. Use this when you already know the file's UUID and need its full field set, including binary content from local disk or a redirect to remote storage.
Instructions
Get binary file content(from the local disk) or redirect to the File service(on remote storage). Use this when you already know which file you want and need its full field set. uuid must identify an existing parent record — resolve it with the matching list tool first. Returns a single JSON object describing the file. 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: 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 |