---
title: "List Account Attributes"
method: GET
path: "/api/v2/routing/attributes"
tags: ["Skill Based Routing"]
---

# List Account Attributes

`GET /api/v2/routing/attributes`

Returns a list of attributes for the account.

#### Sideloads

The following sideloads are supported:

| Name             | Will sideload
| ---------------- | -------------
| attribute_values | The attribute values available on the account

#### Allowed For

* Agents and admins

## Response `200`

Success response

- SkillBasedRoutingAttributesResponse
  - `attributes` SkillBasedRoutingAttributeObject[]
    - `created_at` string, date-time — When this record was created
    - `id` string — Automatically assigned when an attribute is created
    - `name` string, required — The name of the attribute
    - `updated_at` string, date-time — When this record was last updated
    - `url` string — URL of the attribute
  - `count` integer
  - `next_page` string, nullable
  - `previous_page` string, nullable

---

[API](https://skmtc.net/botbrains-io/apis/support-api.md) · [All operations](https://skmtc.net/botbrains-io/apis/support-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/botbrains-io/support-api/versions/d53eac07ba68/schema)
