---
title: "Get Summary Generation Context"
method: GET
path: "/developer/summary-generation-context"
tags: ["Developer", "Developer - Settings"]
---

# Get Summary Generation Context

`GET /developer/summary-generation-context`

Get the summary generation context for the current customer.

This endpoint is restricted to developer users only.
Returns the optional context that is included in the LLM prompt when generating call summaries.

This context can be used to provide firm-specific information, preferences, or 
instructions that should be considered when generating short and long summaries.

## Response `200`

Successful Response

- SummaryGenerationContextResponse — Response with customer's summary generation context
  - `customer_id` string, uuid, required — The customer ID
  - `summary_generation_context` string, nullable — Optional context to include in LLM prompt for summary generation

---

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