---
title: "Get Ontology Graph"
method: GET
path: "/api/v1/ontology/graph"
tags: ["ontology"]
---

# Get Ontology Graph

`GET /api/v1/ontology/graph`

Return the company-wide dataset dependency graph (nodes + edges).

## Response `200`

Successful Response

- OntologyGraphRead
  - `nodes` OntologyGraphNode[], required
    - `id` string, uuid, required
    - `name` string, required
    - `table_name` string, nullable, required
    - `is_shared` boolean, required
    - `project_id` string, uuid, nullable, required
    - `project_name` string, nullable, required
    - `source_provider_slug` string, nullable, required
    - `source_provider_display_name` string, nullable, required
    - `source_provider_domain` string, nullable, required
    - `folder_id` string, uuid, nullable
    - `folder_name` string, nullable
    - `row_count` integer, nullable, required
    - `last_refreshed_at` string, date-time, nullable, required
    - `refresh_status` string, required
    - `refresh_error` string, nullable
    - `is_outdated` boolean
    - `outdated_by_id` string, uuid, nullable
    - `trigger_types` string[], required
    - `database_step_id` string, uuid, nullable, required
  - `edges` OntologyGraphEdge[], required
    - `source_database_id` string, uuid, required
    - `target_database_id` string, uuid, required
    - `project_id` string, uuid, required
    - `project_name` string, required
    - `is_muted` boolean, required
    - `mute_id` string, uuid, nullable, required
    - `muted_by_user_id` string, uuid, nullable, required
    - `muted_by_user_name` string, nullable, required
    - `muted_at` string, date-time, nullable, required
    - `mute_reason` string, nullable, required

---

[API](https://skmtc.net/netter/apis/dmi-backend.md) · [All operations](https://skmtc.net/netter/apis/dmi-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netter/dmi-backend/versions/a59877bf911b/schema)
