---
title: "GET /api/ee/workspace/{ws-id}/graph"
method: GET
path: "/api/ee/workspace/{ws-id}/graph"
tags: ["/api/ee/workspace"]
---

# GET /api/ee/workspace/{ws-id}/graph

`GET /api/ee/workspace/{ws-id}/graph`

Display the dependency graph between the Changeset and the (potentially external) entities that they depend on.

## Path parameters

- `ws-id` integer, required

## Response `2XX`

Successful response

- object
  - `edges` MetabaseEnterpriseWorkspacesApiGraphEdge[], required
    - `from_entity_id` union, required
      - integer — value must be an integer greater than zero.
      - string
    - `from_entity_type` string, required
    - `to_entity_id` union, required
      - integer — value must be an integer greater than zero.
      - string
    - `to_entity_type` string, required
  - `nodes` MetabaseEnterpriseWorkspacesApiGraphNode[], required
    - `data` object, required
    - `dependents_count` object, required
    - `id` union, required
      - integer — value must be an integer greater than zero.
      - string
    - `type` 'input-table' | 'external-transform' | 'workspace-transform', required

## Other responses

- `4XX` — Client error response
- `5XX` — Server error response

## Changes

- **2026-03-09** `78297d193ca4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/metabase/apis/metabase-api/changes/api/ee/workspace/:ws-id/graph/get.md)

---

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