List a kit's versions
list_kit_versionsView a design kit's version timeline, newest first, with version number, creator, and author's note. See if the kit has changed since your project was built.
Instructions
The kit's VERSION timeline, newest first: which version, when, by whom, and the author's note. Use it to answer the question a repo built against this kit actually has, which is whether the kit has moved since. It is not the full history: a version is minted only when the kit is created or saved, so applying the kit to a brand appears nowhere here. list_kit_history is the wider record and includes those. Metadata only, so no tokens come back; get_kit_version returns a whole snapshot and diff_kit_versions says what changed between two. Versions exist only for kits saved under an API key: a curated catalog kit is shipped rather than edited, so its timeline is empty and meta.currentVersion is 0. That 0 means no version has been minted, which is a real state and not a missing value. Paginated newest-first through meta.nextBefore. For a Pro kit you are not entitled to, rows still come back but the free-text label is null, because an author's note can restate a token you may not read. Free to call, needs kits:read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Permanent kit id or slug, the same as any other read. | |
| limit | No | Rows per page, newest first. Default 50. | |
| before | No | Return versions BELOW this number. Pass meta.nextBefore from the previous page. |