---
title: "Get Graph"
method: GET
path: "/v1/access-control/graph"
tags: ["v1", "protected", "access-control"]
---

# Get Graph

`GET /v1/access-control/graph`

Return the full authorization graph for the current workspace.

## Response `200`

Successful Response

- GraphResponse
  - `edges` object[], required
  - `enabled` boolean, required
  - `nodes` GraphNode[], required
    - `color` string, required
    - `count` integer, nullable
    - `id` string, required
    - `kind` 'agent' | 'collection' | 'mcp', required
    - `name` string, required
    - `subtitle` string, required
  - `stats` GraphStats, required
    - `direct_exception_count` integer, required
    - `governed_skill_count` integer, required
    - `rule_count` integer, required

---

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