---
title: "List Risk Levels"
method: GET
path: "/api/v1/attributes/risk_levels"
tags: ["Risk Level"]
---

# List Risk Levels

`GET /api/v1/attributes/risk_levels`

Invokes the c1.api.attribute.v1.Attributes.ListRiskLevels method.

## Query parameters

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

## Response `200`

Successful response

- C1ApiAttributeV1ListRiskLevelsResponse — The ListRiskLevelsResponse message.
  - `list` C1ApiAttributeV1AttributeValue[], nullable — The list field.
    - `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 nextPageToken field.

## Changes

- **2025-08-28** `213cc16f0f0c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/conductorone/apis/c1-api/changes/api/v1/attributes/risk_levels/get.md)

---

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