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

# Get Attribute Value

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

Get an attribute value by id.

## Path parameters

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

## Response `200`

GetAttributeValueResponse is the response for getting an attribute value by id.

- C1ApiAttributeV1GetAttributeValueResponse — GetAttributeValueResponse is the response for getting an attribute value by id.
  - `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, nullable
    - `deletedAt` string, date-time, nullable
    - `id` string — The ID of the AttributeValue.
    - `updatedAt` string, date-time, nullable
    - `value` string — The value of the AttributeValue. This is the string that will be displayed to the user.

## Changes

- **2026-08-21** `f2cf3228f366` — 2 breaking, 6 warning
  - added `#/components/schemas/c1.api.attribute.v1.AttributeValue, subschema #2` to the `value` response property `oneOf` list for the response status `200`
  - the `value` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `value/attributeTypeId` from the response with the `200` status
  - removed the optional property `value/createdAt` from the response with the `200` status
  - …4 more
- **2025-04-10** `17f9f3bcedd5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/conductorone/apis/c1-api/changes/api/v1/attributes/:id/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/f2cf3228f366/schema)
