---
title: "Get Supported Assessment Frameworks"
method: GET
path: "/api/v2/companies/assessments/frameworks"
tags: ["Assessment"]
---

# Get Supported Assessment Frameworks

`GET /api/v2/companies/assessments/frameworks`

Returns a list of all frameworks available in the tenant that can be added to assessments

## Response `200`

List of supported assessment frameworks

- object[]
  - `FrameworkName` string, required — Framework name. Unique for every framework type.
  - `FrameworkFullName` string, required — Framework full name.
  - `FrameworkType` 'Global' | 'Industry' | 'Enterprise', required — Framework standard type.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - Assessment access not enabled
- `default` — Failure

---

[API](https://skmtc.net/blackkitetech/apis/black-kite-api.md) · [All operations](https://skmtc.net/blackkitetech/apis/black-kite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blackkitetech/black-kite-api/revisions/616dfa9b3b1f/schema)
