list record history

Fetch the complete history of changes for a specific record.

This operation returns the change history for a specified record in the System of Record, including these events:

Logical ActionEvent Type
Create recordCREATE
Update recordUPDATE
Delete recordDELETE
Merge recordsUPDATE: for surviving record
DELETE: for retired record
Unmerge recordsUPDATE: for surviving record
CREATE: for previously retired (resurrected) record
Enrich recordUPDATE

Optionally, you can choose to return events within a specified time range or record version range.

Path Params
string
required

Required. The ID of the table containing the record.

string
required

Required. The ID of the record whose history is requested.

Query Params
date-time

Optional. Filter events at or after this timestamp.

date-time

Optional. Filter events at or before this timestamp (inclusive).

string

Optional. Filter events with version_id >= start_version (inclusive).

string

Optional. Filter events with version_id <= end_version (inclusive).

int32

Optional. The maximum number of events to return. Default is 50, max is 1000.

string

Optional. A page token from a previous call to retrieve the next page.

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json

© 2025, Tamr, Inc. All rights reserved.

License Agreement | Privacy Policy | Data Security Policy| AI Chatbot Disclaimer