---
title: "Get merge status"
method: GET
path: "/v1/merges/{id}"
---

# Get merge status

`GET /v1/merges/{id}`

Returns the status and details of a merge operation by its ID.

**[Rate limit category](/using-the-api/rate-limits/):** Read

## Path parameters

- `id` string, required — The merge operation ID.

## Headers

- `Lightfield-Version` '2026-03-01', required

## Response `200`

OK

- MergeGetMergeResponse
  - `id` string, required — Unique identifier for the merge operation.
  - `status` string, required — Current status of the merge: `cleanup_pending`, `done`, or `failed`.
  - `primaryId` string, required — ID of the record that was kept (the primary).
  - `duplicateId` string, required — ID of the record that was merged into the primary and soft-deleted.
  - `entityType` string, required — The object type of the merged records (e.g. `account`, `contact`, `opportunity`, or a custom object slug).
  - `createdAt` string, required — ISO 8601 timestamp of when the merge was created.
  - `updatedAt` string, required — ISO 8601 timestamp of when the merge was last updated.

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `409` — 409
- `415` — 415
- `422` — 422
- `429` — 429
- `500` — 500
- `501` — 501
- `503` — 503
- `504` — 504

---

[API](https://skmtc.net/lightfld/apis/api-reference.md) · [All operations](https://skmtc.net/lightfld/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightfld/api-reference/versions/93b6c5de5463/schema)
