Skip to main content
GET
List Stored Sync Runs

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

user_id
string<uuid>
required

Query Parameters

limit
integer
default:20
Required range: 1 <= x <= 200
scope
enum<string> | null

Filter by historical or live. Whether the run backfills history or delivers current data.

Available options:
historical,
live
since
string<date-time> | null

Only runs started at or after this time.

provider
string | null

Filter by provider name.

covered_from
string<date-time> | null

Only runs whose covered data window ends after this time.

covered_to
string<date-time> | null

Only runs whose covered data window starts before this time.

Response

Successful Response

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