---
title: "Get graph bounds"
method: GET
path: "/v3/graph/bounds"
tags: ["Knowledge Graph"]
---

# Get graph bounds

`GET /v3/graph/bounds`

Get the bounding box of all documents with spatial coordinates

## Query parameters

- `containerTags` string

## Response `200`

Bounding box of all documents

- object
  - `bounds` object, nullable, required
    - `minX` number, required
    - `maxX` number, required
    - `minY` number, required
    - `maxY` number, required

## Other responses

- `401` — Unauthorized

## Changes

- **2026-04-07** `b5edd97adf4a` — 2 info
  - api tag `Knowledge Graph` added
  - api tag `Graph` removed
- **2026-02-09** `d09553cd7c35` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/supermemoryai/apis/supermemory-api/changes/v3/graph/bounds/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/f979eba02e97/schema)
