---
title: "Get Dry Run Case Matching"
method: GET
path: "/developer/dry-run-case-matching"
tags: ["Developer", "Developer - Debug"]
---

# Get Dry Run Case Matching

`GET /developer/dry-run-case-matching`

Get the dry-run case matching setting for the current customer.

This endpoint is restricted to developer users only.
When dry-run mode is enabled, case matches require manual approval before
case notes are posted to SmartAdvocate.

Note: This endpoint is maintained for backward compatibility.
Prefer using /case-notes-settings for new integrations.

## Response `200`

Successful Response

- DryRunCaseMatchingResponse — Response with customer's dry-run case matching setting
  - `customer_id` string, uuid, required — The customer ID
  - `dry_run_case_matching` boolean, required — Whether case matching is in dry-run mode (requires manual approval)

---

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