---
title: "Get framework codes for an audit"
method: GET
path: "/audits/{auditId}/framework-codes"
tags: ["Audits"]
---

# Get framework codes for an audit

`GET /audits/{auditId}/framework-codes`

Retrieves all valid framework codes for the specified audit. This endpoint helps users discover which framework codes are available for creating and updating information requests for this audit.

Use this endpoint to:
- Discover available framework codes before creating information requests
- Validate framework codes against the audit's framework
- Get context about what framework codes are available for the audit type

Rate limit: 10 requests / minute.

## Path parameters

- `auditId` string, required

## Response `200`

Ok

- FrameworkCodes — Framework codes response resource
  - `frameworkCodes` string[], required — Array of valid framework codes for the audit's framework (e.g., "CC6.1", "CC6.2"). These represent the different framework sections available for creating information requests.

---

[API](https://skmtc.net/vanta/apis/build-integrations.md) · [All operations](https://skmtc.net/vanta/apis/build-integrations/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vanta/build-integrations/versions/6c1f7590538b/schema)
