---
title: "Get Sync Delta"
method: GET
path: "/v1/sync/delta"
tags: ["v1", "Sync"]
---

# Get Sync Delta

`GET /v1/sync/delta`

Return upserts/deletes since the provided cursor for a user/workspace.
Cursor is an opaque watermark over updatedAt and objectId.

## Query parameters

- `cursor` string, nullable — Opaque cursor from previous sync
- `limit` integer
- `workspace_id` string, nullable
- `include_embeddings` boolean

## Response `200`

Delta since cursor returned

- object

## Other responses

- `401` — Unauthorized
- `422` — Validation Error
- `500` — Internal server error

## Changes

- **2026-03-13** `0e4854909d2a` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status
- **2025-12-07** `10ed8cdc1aa8` — 1 info
  - endpoint added
- **2025-11-19** `d858eda77e5b` — 1 breaking
  - api path removed without deprecation
- **2025-11-19** `2422ab514a9d` — 1 info
  - endpoint added
- **2025-11-07** `34b5e739fd20` — 1 breaking
  - api path removed without deprecation

[Full history](https://skmtc.dev/papr-ai/apis/papr-memory-api/changes/v1/sync/delta/get.md)

---

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