get_workout_events
Fetch workout change events since a given ISO-8601 timestamp to detect new, updated, or deleted workouts without re-paginating the full list.
Instructions
Stream of workout change events (created/updated/deleted).
Use to detect new workouts since a previous interaction without re-paginating
the full list. The since parameter is ISO-8601 (e.g. 2025-01-01T00:00:00Z).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| page_size | No | ||
| since | No | ISO-8601 timestamp. Only events newer than this are returned. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||