---
title: "Download synced data"
method: POST
path: "/sync/download"
tags: ["Cloud Sync"]
---

# Download synced data

`POST /sync/download`

Download and import data from other devices.

## Request body

- SyncDownloadRequest — Request to download data from other devices.
  - `hours` integer, required

## Response `200`

OK

- SyncDownloadResponse — Response from download operation.
  - `success` boolean, required
  - `blobs_downloaded` integer, required
  - `records_imported` integer, required

## Changes

> 10 revisions in range; 3 could not be searched.

- **2026-04-09** `0f0f8030c7e2` — 1 info
  - api tag `Cloud Sync` added
- **2026-04-08** `1a63468a8d30` — 1 breaking, 5 info
  - added required request body
  - api operation id `server_sync_download` removed and replaced with `sync_api_sync_download`
  - api tag `Cloud Sync` removed
  - added the required property `blobs_downloaded` to the response with the `200` status
  - …2 more
- **2026-02-16** `e143bf8d73bc` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/screenpipe/apis/screenpipe-api/changes/sync/download/post.md)

---

[API](https://skmtc.dev/screenpipe/apis/screenpipe-api.md) · [All operations](https://skmtc.dev/screenpipe/apis/screenpipe-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/screenpipe/screenpipe-api/revisions/c48ab58de88e/schema)
