---
title: "List Compliance Frameworks"
method: GET
path: "/api/v1/attributes/compliance_frameworks"
tags: ["Compliance Framework"]
---

# List Compliance Frameworks

`GET /api/v1/attributes/compliance_frameworks`

List all compliance framework attribute values (e.g., SOC 2, HIPAA) with pagination.

## Query parameters

- `page_size` integer — The pageSize field.
- `page_token` string — The pageToken field.

## Response `200`

ListComplianceFrameworksResponse is the response for listing compliance framework attribute values.

- C1ApiAttributeV1ListComplianceFrameworksResponse — ListComplianceFrameworksResponse is the response for listing compliance framework attribute values.
  - `list` C1ApiAttributeV1AttributeValue[], nullable — The list of compliance framework attribute values.
    - `attributeTypeId` string — The ID of the AttributeType that this AttributeValue belongs to.
    - `createdAt` string, date-time
    - `deletedAt` string, date-time
    - `id` string — The ID of the AttributeValue.
    - `updatedAt` string, date-time
    - `value` string — The value of the AttributeValue. This is the string that will be displayed to the user.
  - `nextPageToken` string — The token to retrieve the next page of results, or empty if there are no more results.

---

[API](https://skmtc.net/conductorone/apis/c1-api.md) · [All operations](https://skmtc.net/conductorone/apis/c1-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/conductorone/c1-api/revisions/d391405a35d3/schema)
