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

# Pull deletion tombstones for an entity type

`GET /sync/{entityType}/tombstones`

Returns tombstones recorded since `since` so the other side of a sync pair can apply the same deletions.

## Path parameters

- `entityType` string, required

## Query parameters

- `since` string

## Response `200`

Tombstones recorded since the given timestamp.

## Other responses

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

---

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