---
title: "Get Graph Project"
method: GET
path: "/graph-project/{graph_project_id}"
---

# Get Graph Project

`GET /graph-project/{graph_project_id}`

## Path parameters

- `graph_project_id` string, required

## Response `200`

Successful Response

- GetGraphProjectResponse
  - `graph_project_id` string, required
  - `workspace_id` string, required
  - `created_by_user_id` string, required
  - `capabilities` string[], required
  - `display_name` string, required
  - `content` GraphProjectContent, required — The user-editable graph document that JSON Patches modify directly.
    - `resolution` integer
    - `normal_format` 'opengl' | 'directx'
    - `outputs` object
    - `output_positions` object, nullable
    - `output_order` string[]
    - `output_formats` object
    - `nodes` object
    - `frames` object
    - `reroutes` object
    - `portals` object
    - `portal_exits` object
    - `custom_nodes` object
  - `version` integer, required
  - `created_at` string, required
  - `last_updated_at` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/iliad/apis/fastapi.md) · [All operations](https://skmtc.dev/iliad/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/iliad/fastapi/revisions/c1701119b330/schema)
