Read one stored kit version
get_kit_versionRetrieve the complete design kit snapshot for a specific version to inspect exact tokens and values as they existed then.
Instructions
The full snapshot a given version recorded, as it was at that moment. Reach for this when you need the old values themselves, for example to see what a token was before an edit replaced it; diff_kit_versions is the cheaper answer when you only need to know what moved. The response is a whole design kit, so it is large. A version number is permanent: version 3 is version 3 forever. This returns the entire payload, so it is gated exactly like an export, and a Pro kit without an entitled key answers 403 rather than a redacted body. Needs kits:read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Permanent kit id or slug. | |
| version | Yes | Version number from list_kit_versions. Positive integer; version 0 is never a stored row, it is the marker for a kit that has never been versioned. |