---
title: "Rerun Reconciliation"
method: POST
path: "/developer/reconciliation/{call_id}/rerun"
tags: ["Developer", "Developer - Reconciliation", "Developer - Reconciliation"]
---

# Rerun Reconciliation

`POST /developer/reconciliation/{call_id}/rerun`

Reset a reconciliation row to pending and re-enqueue fetch_vxt_transfer_leg.

Useful when: VXT was temporarily down during the original run, a timeout
fired too aggressively, or a multi_match was resolved manually. Does NOT
un-stitch an already-stitched transcript — only replaces the state for
reconciliations that didn't match successfully.

## Path parameters

- `call_id` string, uuid, required

## Response `200`

Successful Response

- VxtReconciliationActionResponse — Generic ack for mutating endpoints (rerun, force-match).
  - `success` boolean, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[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/4a81645b59f6/schema)
