v19

latestOpenAPI 3.1.1raw.githubusercontent.com2026-08-017489931.2 KB

Get merge status

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

Rate limit category: Read

get/v1/merges/{id}

Path parameters

idstring required

The merge operation ID.

Headers

Lightfield-Version'2026-03-01' required

Required API version header. Requests may error without it.

Response

OK

idstring required

Unique identifier for the merge operation.

statusstring required

Current status of the merge: cleanup_pending, done, or failed.

primaryIdstring required

ID of the record that was kept (the primary).

duplicateIdstring required

ID of the record that was merged into the primary and soft-deleted.

entityTypestring required

The object type of the merged records (e.g. account, contact, opportunity, or a custom object slug).

createdAtstring required

ISO 8601 timestamp of when the merge was created.

updatedAtstring required

ISO 8601 timestamp of when the merge was last updated.