---
title: "Get Graph"
method: GET
path: "/v1/projects/{project_id}/graph"
tags: ["projects"]
---

# Get Graph

`GET /v1/projects/{project_id}/graph`

Get the project graph for UI visualization.

## Path parameters

- `project_id` string, uuid, required

## Response `200`

Successful Response

- ProjectGraphOut
  - `nodes` GraphNodeOut[], required
    - `key` string, required
    - `node_type` string, required
    - `name` string, required
    - `properties` object, required
    - `ukl_ref` string, nullable, required
    - `status` string, nullable, required
    - `source_message_id` string, nullable, required
    - `synced_to_ukl` boolean, required
    - `created_at` string, nullable, required
    - `updated_at` string, nullable, required
  - `edges` GraphEdgeOut[], required
    - `from_key` string, required
    - `to_key` string, required
    - `rel_type` string, required
    - `properties` object, required
    - `source_message_id` string, nullable, required
    - `created_at` string, nullable, required

## Other responses

- `422` — Validation Error

---

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