# fileUpload ## Get all files - [GET /file-uploads](https://help-api.delphix.com/continuous-compliance-engine/2026.1.0.0/cc-engine-apis-2026.1.0.0/fileupload/getallfiles.md) ## Upload file - [POST /file-uploads](https://help-api.delphix.com/continuous-compliance-engine/2026.1.0.0/cc-engine-apis-2026.1.0.0/fileupload/uploadfile.md): WARNING: The generated curl command is incorrect, so please refer to the Masking API guide for instructions on how to upload files through the API ## Delete all files - [DELETE /file-uploads](https://help-api.delphix.com/continuous-compliance-engine/2026.1.0.0/cc-engine-apis-2026.1.0.0/fileupload/deleteallfileuploads.md) ## Get file upload by ID - [GET /file-uploads/{fileUuid}](https://help-api.delphix.com/continuous-compliance-engine/2026.1.0.0/cc-engine-apis-2026.1.0.0/fileupload/getfilebyuuid.md): WARNING: The generated curl command is incorrect, so please refer to the Masking API guide for instructions on how to upload files through the API ## Update permanent file upload by ID - [PUT /file-uploads/{fileUuid}](https://help-api.delphix.com/continuous-compliance-engine/2026.1.0.0/cc-engine-apis-2026.1.0.0/fileupload/updatefilebyuuid.md): WARNING: The generated curl command is incorrect, so please refer to the Masking API guide for instructions on how to upload files through the API ## Delete permanent file upload by ID - [DELETE /file-uploads/{fileUuid}](https://help-api.delphix.com/continuous-compliance-engine/2026.1.0.0/cc-engine-apis-2026.1.0.0/fileupload/deletefilebyuuid.md)