Skip to main content
GET
Get Stored Sync Run

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

X-Open-Wearables-API-Key
string | null

Path Parameters

run_key
string
required

Response

Successful Response

A stored sync run with its per-data-type breakdown.

Separate from SyncRunRecord so listing runs does not lazy-load the children.

run_key
string
required
user_id
string<uuid>
required
provider
string
required
source
enum<string>
required

How the sync was initiated / what transport delivers data.

Available options:
pull,
webhook,
sdk,
backfill,
xml_import,
linked_account
scope
enum<string>
required

Whether the run backfills history or delivers current data.

Available options:
historical,
live
status
enum<string>
required

Overall outcome state for the run.

Available options:
in_progress,
success,
partial,
failed,
cancelled,
skipped,
unfinished,
stale
started_at
string<date-time>
required
trace_id
string | null
window_start
string<date-time> | null
window_end
string<date-time> | null
ended_at
string<date-time> | null
items_inserted
integer
default:0
items_updated
integer
default:0
error
string | null
data_types
SyncRunDataTypeRecord · object[]