---
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

---

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