List Recent Sync Events
Return the most recent stored sync events (newest first).
Events are kept in Redis for 24 h. Use this to seed the UI before opening the SSE stream, or to inspect history without subscribing.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
Path Parameters
Query Parameters
1 <= x <= 200Response
Successful Response
Identifier shared by all events of the same sync run.
Provider slug (e.g. 'garmin', 'apple', 'whoop').
How the sync was initiated / what transport delivers data.
pull, webhook, sdk, backfill, xml_import, linked_account Coarse-grained stage label for a sync run.
queued, started, fetching, processing, saving, completed, failed, cancelled Overall outcome state for the run.
in_progress, success, partial, failed, cancelled, skipped Unique ID for this event.
Optional 0..1 progress.
0 <= x <= 1x >= 0x >= 0For LINKED_ACCOUNT events: the OW user whose sync run produced this data.

