get_activity_events
Retrieve the complete event history for an activity to track all state transitions and gain detailed insight beyond the current state.
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 |