---
title: "Get attributes"
method: GET
path: "/attribute"
tags: ["Attribute"]
---

# Get attributes

`GET /attribute`

## Query parameters

- `searchTerm` string
- `sources` string[]
- `types` string[]
- `dataTypes` string[]
- `cacheStatuses` string[]
- `tags` string[]
- `limit` integer
- `offset` integer

## Response `200`

OK

- AttributeModels — A paginated collection of attributes.
  - `Total` integer — The total number of records which can be retrieved. Note that this field is not available for all paginated endpoints.
  - `Records` AttributeModel[] — The retrieved records.
    - `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

---

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