get_activity_events
Retrieve a complete list of events for any activity to view its full state transition history, useful when only the current state is shown.
Instructions
Get history of events for given activity. Activity gets event record every time it transitions to a new state. It is very useful to get events history to get more information about activity because it can transition states several times and activity only keeps track of its current state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| activityId | Yes | Id of the activity to retrieve events for |