---
title: "List Agent Attribute Values"
method: GET
path: "/api/v2/routing/agents/{user_id}/instance_values"
tags: ["Skill Based Routing"]
---

# List Agent Attribute Values

`GET /api/v2/routing/agents/{user_id}/instance_values`

Returns an attribute value.

#### Allowed For

* Agents and admins

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