---
title: "List Matched Reconciliations"
method: GET
path: "/developer/reconciliation/matched"
tags: ["Developer", "Developer - Reconciliation", "Developer - Reconciliation"]
---

# List Matched Reconciliations

`GET /developer/reconciliation/matched`

List successfully matched + stitched Vapi transfers.

Lets developers confirm the pipeline is actually working end-to-end.
Each item has a call_id that the frontend links to the call detail
page where the stitched transcript lives.

## Response `200`

Successful Response

- VxtMatchedReconciliationsResponse
  - `items` VxtMatchedReconciliationItem[], required
    - `reconciliation_id` string, uuid, required
    - `call_id` string, uuid, required
    - `customer_id` string, uuid, required
    - `caller_number` string, nullable
    - `our_number` string, nullable
    - `transfer_destination_number` string, nullable
    - `call_end_time` string, date-time, nullable
    - `vxt_call_id` string, nullable
    - `vxt_started_at` string, date-time, nullable
    - `vxt_hangup_at` string, date-time, nullable
    - `has_vxt_recording` boolean, required
    - `poll_attempts` integer, required
    - `updated_at` string, date-time, required

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
