---
title: "Download graphml"
method: GET
path: "/graph/{graph_name}/graphml"
---

# Download graphml

`GET /graph/{graph_name}/graphml`

Generate a download URL for the graph in graphml format.

## Path parameters

- `graph_name` string, required

## Response `200`

Successful Response

- DownloadGraphResponse — Data model for graph download response.
  - `presignedUrl` string, required
  - `last_modified` integer, nullable

## Other responses

- `422` — Validation Error

---

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