---
title: "Get graph statistics"
method: GET
path: "/v3/graph/stats"
tags: ["Graph"]
---

# Get graph statistics

`GET /v3/graph/stats`

Get summary statistics for the graph

## Query parameters

- `containerTags` string

## Response `200`

Graph statistics

- object
  - `totalDocuments` number, required
  - `documentsWithSpatial` number, required

## Other responses

- `401` — Unauthorized

## Changes

- **2026-02-16** `5a6321b40e3c` — 1 breaking
  - removed the required property `totalDocumentEdges` from the response with the `200` status
- **2026-02-09** `d09553cd7c35` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/supermemoryai/apis/supermemory-api/changes/v3/graph/stats/get.md)

---

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