---
title: "List Frameworks"
method: GET
path: "/requirements/frameworks"
tags: ["requirements"]
---

# List Frameworks

`GET /requirements/frameworks`

## Response `200`

Successful Response

- FrameworksListResponse
  - `frameworks` FrameworkResponse[]
    - `framework_id` string, uuid, required
    - `name` string, required
    - `year` integer, required
    - `version` integer, required
    - `status` string, required
    - `jurisdiction` string, nullable
    - `citation` string, nullable
    - `issuing_body` string, nullable

---

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