---
title: "Get Risk Level Attribute Value"
method: GET
path: "/api/v1/attributes/risk_levels/{id}"
tags: ["Risk Level"]
---

# Get Risk Level Attribute Value

`GET /api/v1/attributes/risk_levels/{id}`

Get a risk level attribute value by id.

## Path parameters

- `id` string, required — The id field.

## Response `200`

Successful response

- C1ApiAttributeV1GetRiskLevelAttributeValueResponse — The GetRiskLevelAttributeValueResponse message.
  - `value` C1ApiAttributeV1AttributeValue — AttributeValue is the value of an attribute of a defined type.
    - `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.

---

[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)
