---
title: "Get Case Notes Settings"
method: GET
path: "/developer/case-notes-settings"
tags: ["Developer", "Developer - Settings"]
---

# Get Case Notes Settings

`GET /developer/case-notes-settings`

Get the case notes settings for the current customer.

This endpoint is restricted to developer users only.
Returns settings for case matching and note generation.

## Response `200`

Successful Response

- CaseNotesSettingsResponse — Response with customer's case notes settings
  - `customer_id` string, uuid, required — The customer ID
  - `case_notes_enabled` boolean, required — Whether case notes feature is enabled for this customer
  - `dry_run_case_matching` boolean, required — Whether case matching is in dry-run mode (requires manual approval)
  - `note_generation_context` string, nullable — Optional context to include in LLM prompt for case note generation
  - `substantive_conversation_criteria` string, nullable — Custom criteria for determining if a call has substantive conversation

---

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