---
title: "Get attribute"
method: GET
path: "/attribute/{id}"
tags: ["Attribute"]
---

# Get attribute

`GET /attribute/{id}`

## Path parameters

- `id` integer, required

## Response `200`

OK

- AttributeModel — Model of an Attribute for API
  - `Id` integer — Id of the attribute
  - `Name` string — Name of the attribute
  - `UrlName` string — URl Name of the attribute
  - `Source` 'Category' | 'Feed' | 'External' | 'Derived' | 'Analytics' — From which source the attribute originates.
  - `Type` 'Sql' | 'Range' | 'Replace' | 'TopList' | 'Combined' | 'SqlReplace' | 'Divide' | 'Split' | 'Concatenate' | 'AiEmbedding' — Derived attribute type
  - `DataType` 'Text' | 'Number' — Attribute data type. Possible values: text or number
  - `HiddenFilter` boolean — Indicates whether an attribute is marked as hidden filter
  - `CacheStatus` 'Valid' | 'Outdated' | 'PendingUpdate' | 'Updating' — Status of the cache for the attribute
  - `UpdatedBy` 'Unknown' | 'Feed' | 'External' | 'Api' | 'GA4' — Indicates the source or process responsible for the most recent update to the attribute

## Other responses

- `404` — Attribute not found

---

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