---
title: "Show Attribute"
method: GET
path: "/api/v2/routing/attributes/{attribute_id}"
tags: ["Skill Based Routing"]
---

# Show Attribute

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

Returns an attribute.

#### Allowed For

* Admins

## Response `200`

Success response

- SkillBasedRoutingAttributeResponse
  - `attribute` 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

---

[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/revisions/d53eac07ba68/schema)
