---
title: "List Sync Run Summaries"
method: GET
path: "/api/v1/users/{user_id}/sync/runs"
tags: ["External: Sync Status"]
---

# List Sync Run Summaries

`GET /api/v1/users/{user_id}/sync/runs`

Return aggregated per-run summaries for recent sync activity.

## Path parameters

- `user_id` string, uuid, required

## Query parameters

- `limit` integer

## Headers

- `X-Open-Wearables-API-Key` string, nullable

## Response `200`

Successful Response

- SyncRunSummary[]
  - `run_id` string, required
  - `user_id` string, uuid, required
  - `provider` string, required
  - `source` string, required
  - `stage` string, required
  - `status` string, required
  - `message` string, nullable
  - `progress` number, nullable
  - `items_processed` integer, nullable
  - `items_total` integer, nullable
  - `error` string, nullable
  - `primary_user_id` string, uuid, nullable
  - `started_at` string, date-time, nullable
  - `ended_at` string, date-time, nullable
  - `last_update` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/openwearables/apis/open-wearables-api.md) · [All operations](https://skmtc.net/openwearables/apis/open-wearables-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openwearables/open-wearables-api/versions/37c1c527cd8f/schema)
