---
title: "List graphs"
method: GET
path: "/graph"
---

# List graphs

`GET /graph`

Return the list of all existing graphs for the current user.

## Response `200`

Successful Response

- GraphListResponse — Data model for graph list response.
  - `graphs` string[], required — List of existing graphs

## Changes

- **2024-12-16** `c3a63bdae00a` — 1 breaking, 4 warning, 2 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - deleted the `query` request parameter `demo_allowed`
  - deleted the `query` request parameter `graph_name`
  - deleted the `query` request parameter `increment_usage`
  - …3 more
- **2024-11-19** `5ee38984af43` — 1 warning, 4 info
  - deleted the `query` request parameter `graph_id`
  - added the new optional `query` request parameter `demo_allowed`
  - added the new optional `query` request parameter `graph_name`
  - added the new optional `query` request parameter `increment_usage`
  - …1 more

[Change history](https://skmtc.dev/circlemind-ai/apis/circlemind-api/changes/graph/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)
