---
title: "Get a variant knowledge item"
method: GET
path: "/v3/variants/{variant_id}/knowledge-items/{id}"
tags: ["Business Products"]
---

# Get a variant knowledge item

`GET /v3/variants/{variant_id}/knowledge-items/{id}`

Requires the `product:read` scope. Retrieves a single variant-level knowledge item by ID.

## Response `200`

Knowledge item details

- ProductKnowledgeItem
  - `a` string — Answer text (max 3000 chars)
  - `id` string, uuid — Knowledge item ID (UUIDv7)
  - `inserted_at` string, date-time — Creation timestamp
  - `position` integer — Display position (0-indexed)
  - `product_id` integer — Product ID
  - `q` string — Question text (max 255 chars)
  - `updated_at` string, date-time — Last update timestamp
  - `variant_id` integer, nullable — Variant ID (null for product-level items)

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/scalev/apis/nexus-commerce-api.md) · [All operations](https://skmtc.net/scalev/apis/nexus-commerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalev/nexus-commerce-api/revisions/4354959d76dc/schema)
