---
title: "List Attributes"
method: GET
path: "/api/v1/attributes"
tags: ["Attributes"]
---

# List Attributes

`GET /api/v1/attributes`

Returns the brand-perception attributes (keywords) tracked for a website, such as 'Affordable' or 'Slow Support'. Athena extracts these from AI model responses. Use this to discover attribute ids, then POST /api/v1/attributes/cumulative for mention counts, or POST /api/v1/attributes/time-series for one attribute's trend. Attributes the customer has removed are not returned.

## Query parameters

- `website_id` string, uuid, required

## Response `200`

Successful response with list of attributes

- object
  - `attributes` Attribute[], required
    - `id` string, uuid, required
    - `name` string, required
    - `positive` boolean, required — Whether the attribute reads as favourable. This describes the keyword itself, not any individual mention of it: 'Slow Support' is always positive=false, however a given response used it.

## Other responses

- `400` — Bad request - Invalid parameters
- `401` — Unauthorized - Invalid or missing API key
- `403` — Forbidden - API key cannot access this website

---

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