🚧

RealTime API Early Access

This reference guide provides an early access preview of the upcoming release of the RealTime APIs. All content in this topic is subject to change.

Contact your Tamr account manager for access information.


Use the Records endpoint to:

  • List all records in a table, or filter results to records with exact attribute values, specified as key/value pairs.
    To filter results matching similar attribute values instead of exact attribute values, use the Search endpoint.
  • Get a record by a specified current or historical record Id.
  • Create a new record.
    To avoid creating duplicate records, you can use Search then create or update record endpoint to search for a matching record before creating a new record.
  • Update an existing record.
  • Delete an existing record.
  • Merge two existing records into a single surviving record.

All calls to this endpoint require a tableId value; please contact Tamr at [email protected] for the correct value.