🚧

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 Search endpoint to:

  • Search for records with similar attribute values, specified as key/value pairs.
  • Search then create or update record to avoid creating duplicate records. Before adding a new record, search for a matching existing record. If record already exists, this record is merged into the existing record. If a matching record does not exist, a new record is created.

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

To filter results matching exact attribute values instead of similar attribute values, use the Records endpoint.