---
title: "Graph configuration (get)"
method: GET
path: "/graph/{graph_name}/configuration"
---

# Graph configuration (get)

`GET /graph/{graph_name}/configuration`

Retrieve the configuration details of a specific graph by its name.

## Path parameters

- `graph_name` string, required

## Response `200`

Successful Response

- ConfigureResponse — Data model for graph configuration response.
  - `domain` string, required
  - `exampleQueries` string, required
  - `entityTypes` string[], required

## Other responses

- `422` — Validation Error

## Changes

- **2024-12-16** `c3a63bdae00a` — 1 breaking, 3 warning, 1 info
  - `path` request parameter `graph_name` list-of-types was narrowed by removing types `null`
  - deleted the `query` request parameter `demo_allowed`
  - deleted the `query` request parameter `increment_usage`
  - deleted the `query` request parameter `validate_graph_name`
  - …1 more

[Change history](https://skmtc.dev/circlemind-ai/apis/circlemind-api/changes/graph/:graph_name/configuration/get.md)

---

[API](https://skmtc.dev/circlemind-ai/apis/circlemind-api.md) · [All operations](https://skmtc.dev/circlemind-ai/apis/circlemind-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/circlemind-ai/circlemind-api/revisions/c3a63bdae00a/schema)
