# List Bundle Events

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

Get a list of Events that are associated with the Bundle

## Request

### Parameters

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

### Responses

- `200`: A list of events associated with this bundle
  - Content types: `application/json`
- `404`: Not found response
  - Content types: `application/json`
