---
title: "Retrieve all Variant Attributes"
method: GET
path: "/variant_attributes"
tags: ["Variant Attributes"]
---

# Retrieve all Variant Attributes

`GET /variant_attributes`

Retrieve all Variant Attributes.

🔒 Requires: `products:read` scope

## Query parameters

- `deleted` boolean

## Response `200`

The list of variant attributes.

- VariantAttributesListResponse
  - `data` 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)
