---
title: "Retry Case Matching"
method: POST
path: "/calls/{call_id}/retry-case-matching"
tags: ["Calls"]
---

# Retry Case Matching

`POST /calls/{call_id}/retry-case-matching`

Retry case matching for a call.

Developers bypass the feature gates (legacy parity); end users require
case_match_corrections_enabled + case_notes_enabled.

## Path parameters

- `call_id` string, uuid, required

## Response `200`

Successful Response

- RetryCaseMatchingResponse — Response from retrying case matching for a call.
  - `success` boolean, required — Whether the case matching was successful
  - `matched` boolean, required — Whether a case was matched
  - `matched_case_number` string, nullable — Case number if matched
  - `matched_case_name` string, nullable — Case name if matched
  - `case_note_posted` boolean — Whether a case note was posted
  - `case_note_external_id` string, nullable — External note ID if posted
  - `message` string, required — Status message

## 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)
