Read the kit as it stood at one history entry
get_kit_history_eventRetrieve the complete design kit as recorded at a specific history event to compare past and current states or restore a previous version.
Instructions
The full kit recorded at one line of the ledger, which is what makes the timeline useful rather than decorative: with it you can diff a past state against the current kit, or PATCH the payload back through update_theme to restore it. The response is a whole design kit, so it is large — call list_kit_history first and fetch only the entry you want. Knowing an event id is never sufficient on its own: the event must be yours AND on a kit you still own, and either test failing answers 404 identically, so a 404 here does not tell you which of the two it was. Needs kits:read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Permanent kit id or slug of a kit you own. | |
| eventId | Yes | Entry id from list_kit_history, not a version number. |