---
title: "List user graphs"
method: GET
path: "/api/graphs"
tags: ["v1", "graphs"]
---

# List user graphs

`GET /api/graphs`

## Response `200`

Successful Response

- GraphMeta[]
  - `id` string, required
  - `version` integer, required
  - `is_active` boolean
  - `name` string, required
  - `description` string, required
  - `instructions` string, nullable
  - `recommended_schedule_cron` string, nullable
  - `forked_from_id` string, nullable
  - `forked_from_version` integer, nullable
  - `user_id` string, required
  - `created_at` string, date-time, required
  - `organization_id` string, nullable
  - `team_id` string, nullable

## Other responses

- `401` — Authentication required

## Changes

> 92 revisions in range; 4 could not be searched.

- **2026-07-09** `183f82172fec` — 2 info
  - added the optional property `items/organization_id` to the response with the `200` status
  - added the optional property `items/team_id` to the response with the `200` status
- **2026-04-30** `8c84efcb3afb` — 2 warning
  - removed the optional property `items/organization_id` from the response with the `200` status
  - removed the optional property `items/team_id` from the response with the `200` status

[Change history](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/changes/api/graphs/get.md)

---

[API](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server.md) · [All operations](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/significant-gravitas/autogpt-agent-server/revisions/5dc375899754/schema)
