---
title: "Gets all active attributes"
method: GET
path: "/Reference/Attributes"
tags: ["Reference"]
---

# Gets all active attributes

`GET /Reference/Attributes`

Each attribute returns a ScoreType which can be used to map linked scores from the /Reference/AttributeScores method

## Query parameters

- `includeInactive` boolean

## Response `200`

- Attribute[], nullable
  - `IsActive` boolean
  - `Id` integer
  - `Name` string, nullable
  - `Description` string, nullable
  - `ScoreType` AttributeScoreType
    - `IsActive` boolean
    - `Id` integer
    - `Name` string, nullable
    - `Description` string, nullable

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/vslcloud/apis/infinity-api.md) · [All operations](https://skmtc.dev/vslcloud/apis/infinity-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vslcloud/infinity-api/revisions/54661781612a/schema)
