# Retrieve Bundle Files

**GET** `/bundles/{bundleSlug}/files/`

Get downloadable files for a completed Bundle

## Request

### Parameters

- `bundleSlug` (path, required, string): The slug that uniquely identifies the Bundle

### Responses

- `200`: File response
  - Content types: `application/json`
- `404`: Not found response
  - Content types: `application/json`
- `409`: Files not ready
  - Content types: `application/json`
