---
title: workoutEvents
framework: healthkit
role: symbol
role_heading: Instance Property
path: healthkit/hkworkoutbuilder/workoutevents
---

# workoutEvents

The list of events added to the workout.

## Declaration

```swift
var workoutEvents: [HKWorkoutEvent] { get }
```

## Mentioned in

Running workout sessions

## See Also

### Adding events to the workout

- [addWorkoutEvents(_:completion:)](healthkit/hkworkoutbuilder/addworkoutevents(_:completion:).md)
