v47

latestOpenAPI 3.0.3Discuss directly with founders for license.raw.githubusercontent.com2026-01-30251599686.2 KB
match

Get all match results for entities in a source table.

Returns paginated match results showing which entities from the source table were matched to entities in target tables, along with the reasoning.

get/match/list_results

Query parameters

datasetstring required

Dataset name

source_tablestring required

Source table name to get matches for

limitinteger

Number of results to return (default: 1000, max: 1000)

offsetinteger

Offset for pagination (default: 0)

Response

List of match results for the source table

confidence_scorenumber double nullable
created_atstring date-time required
idstring uuid required
job_idstring uuid required
match_reasonstring required
source_entity_idstring uuid required
source_entity_indexinteger nullable
target_entity_idstring uuid required
target_entity_indexinteger nullable