# Downloading files in Process Lambda

This example shows how to download all files attached to an entity:

```python
from voxelfarm import process_lambda

lambda_host = process_lambda.process_lambda_host()
ml_files = lambda_host.download_entity_files(ml_entity)
```