Developer ManualPython CookbookProcess Lambdas Downloading files in Process Lambda This example shows how to download all files attached to an entity: from voxelfarm import process_lambda lambda_host = process_lambda.process_lambda_host() ml_files = lambda_host.download_entity_files(ml_entity)