---
title: "List Attribute Values for an Attribute"
method: GET
path: "/api/v2/routing/attributes/{attribute_id}/values"
tags: ["Skill Based Routing"]
---

# List Attribute Values for an Attribute

`GET /api/v2/routing/attributes/{attribute_id}/values`

Returns a list of attribute values for a provided attribute.

#### Allowed For

* Agents

## Response `200`

Success response

- SkillBasedRoutingAttributeValuesResponse
  - `attribute_values` SkillBasedRoutingAttributeValueObject[]
    - `attribute_id` string — Id of the associated attribute
    - `created_at` string, date-time — When this record was created
    - `id` string — Automatically assigned when an attribute value is created
    - `name` string — The name of the attribute value
    - `updated_at` string, date-time — When this record was last updated
    - `url` string — URL of the attribute value

---

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