---
title: "Pull synced rows for an entity type"
method: GET
path: "/sync/{entityType}"
tags: ["Sync"]
---

# Pull synced rows for an entity type

`GET /sync/{entityType}`

Returns rows owned by the authenticated user whose updatedAt is newer than `since` (or all rows if omitted). Used by the desktop app's remote sync engine to reconcile the embedded backend against a connected remote server.

## Path parameters

- `entityType` string, required

## Query parameters

- `since` string

## Response `200`

Rows updated since the given timestamp.

## Other responses

- `400` — Unknown entity type.
- `500` — Failed to fetch rows.

---

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