curl --request GET \
--url https://api.myscalev.com/v3/variants/{variant_id}/knowledge-items/{id} \
--header 'Authorization: Bearer <token>'{
"a": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"inserted_at": "2023-11-07T05:31:56Z",
"position": 123,
"product_id": 123,
"q": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"variant_id": 123
}Requires the product:read machine scope. Retrieves a single variant-level knowledge item by ID.
curl --request GET \
--url https://api.myscalev.com/v3/variants/{variant_id}/knowledge-items/{id} \
--header 'Authorization: Bearer <token>'{
"a": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"inserted_at": "2023-11-07T05:31:56Z",
"position": 123,
"product_id": 123,
"q": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"variant_id": 123
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Knowledge item details
Answer text (max 3000 chars)
3000Knowledge item ID (UUIDv7)
Creation timestamp
Display position (0-indexed)
Product ID
Question text (max 255 chars)
255Last update timestamp
Variant ID (null for product-level items)