---
title: "Get sync status"
method: GET
path: "/sync/status"
tags: ["Cloud Sync"]
---

# Get sync status

`GET /sync/status`

Get current sync status.

## Response `200`

OK

- SyncStatusResponse — Response for sync status.
  - `enabled` boolean, required
  - `is_syncing` boolean, required
  - `last_sync` string, nullable, required
  - `last_error` string, nullable, required
  - `machine_id` string, nullable, required
  - `last_download_at` string, nullable, 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` — 8 info
  - api operation id `server_sync_status` removed and replaced with `sync_api_sync_status`
  - api tag `Cloud Sync` removed
  - added the required property `enabled` to the response with the `200` status
  - added the required property `is_syncing` to the response with the `200` status
  - …4 more
- **2026-02-16** `e143bf8d73bc` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/screenpipe/apis/screenpipe-api/changes/sync/status/get.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)
