---
title: "Retrieve a single Variant Attribute"
method: GET
path: "/variant_attributes/{attribute-id}"
tags: ["Variant Attributes"]
---

# Retrieve a single Variant Attribute

`GET /variant_attributes/{attribute-id}`

Retrieves a single Variant Attribute with the given id.

🔒 Requires: `products:read` scope

## Path parameters

- `attribute-id` string, uuid, required

## Query parameters

- `deleted` boolean

## Response `200`

The variant attribute.

- VariantAttributeResponse
  - `deleted_at` string, date-time, nullable — Timestamp in UTC.
  - `id` string, uuid
  - `name` string

---

[API](https://skmtc.net/lightspeedhq/apis/api-2026-07.md) · [All operations](https://skmtc.net/lightspeedhq/apis/api-2026-07/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightspeedhq/api-2026-07/revisions/72d4ceb46dbb/schema)
