---
title: "Get Framework Groups"
method: GET
path: "/v2/framework/groups"
tags: ["Framework"]
---

# Get Framework Groups

`GET /v2/framework/groups`

Get all framework groups for the authenticated user.

Returns:
    List of WorkbookGroup objects with full details

## Request body

- object, nullable

## Response `200`

Successful Response

- WorkbookGroup[]
  - `id` string, required
  - `name` string, required
  - `description` string, nullable
  - `framework_ids` string[]
  - `created_at` string, required
  - `updated_at` string, required
  - `owner_email` string, nullable
  - `framework_count` integer, required — Computed field: count of frameworks in the group

## Other responses

- `404` — Not Found
- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-api-documentation.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-api-documentation/revisions/bd33ea42994c/schema)
