# Retrieve Bundle Data

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

Get data entered into fields for a completed Bundle

## Request

### Parameters

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

### Responses

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