---
title: "Get Agents Graph"
method: GET
path: "/v1/system/graph"
---

# Get Agents Graph

`GET /v1/system/graph`

Return SecGemini graph as dict of dicts
Returns:
    JSONResponse: nx.from_dict_of_dicts

## Query parameters

- `model_string` string
- `can_log` boolean
- `toolsets_to_enable` string
- `toolsets_to_disable` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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