---
title: "Get Attribute By ID"
method: GET
path: "/attribute/{id}"
---

# Get Attribute By ID

`GET /attribute/{id}`

This endpoint retrieves an attribute either owned by the system or owned by the client.

## Path parameters

- `id` integer, required

## Response `200`

200

- object
  - `id` integer
  - `name` string
  - `type` string
  - `scope` string
  - `length` integer
  - `values_type` string
  - `valid_values` unknown
  - `status` string
  - `subtype` string

## Other responses

- `404` — 404

---

[API](https://skmtc.dev/seebot/apis/seebottalk.md) · [All operations](https://skmtc.dev/seebot/apis/seebottalk/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/seebot/seebottalk/revisions/4b8c104ade48/schema)
