---
title: "Get all match results for entities in a source table."
method: GET
path: "/match/list_results"
tags: ["match"]
---

# Get all match results for entities in a source table.

`GET /match/list_results`

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

## Query parameters

- `dataset` string, required
- `source_table` string, required
- `limit` integer
- `offset` integer

## Response `200`

List of match results for the source table

- MatchResult[]
  - `confidence_score` number, double, nullable
  - `created_at` string, date-time, required
  - `id` string, uuid, required
  - `job_id` string, uuid, required
  - `match_reason` string, required
  - `source_entity_id` string, uuid, required
  - `source_entity_index` integer, nullable
  - `target_entity_id` string, uuid, required
  - `target_entity_index` integer, nullable

---

[API](https://skmtc.dev/structifyai/apis/structify.md) · [All operations](https://skmtc.dev/structifyai/apis/structify/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/structifyai/structify/revisions/1364930b6980/schema)
