Hanzo
OpenapiGuide

Returns the brand blueprint's version history — every stored version's number…

Returns the brand blueprint's version history — every stored version's number and edit time, newest first — which is the point-in-time-recovery and audit…

GET /v1/guide/blueprint/versions

Addresshttps://api.hanzo.ai/v1/guide/blueprint/versions
MethodGET
Operationget_guide_blueprint_versions
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the brand blueprint's version history — every stored version's number and edit time, newest first — which is the point-in-time-recovery and audit trail behind the authoring plane. Metadata only: the documents are not returned. SuperAdmin only, like the rest of this plane. The history is listable even when the current stored document no longer parses, so a schema-drifted row can still be diagnosed.

Request

GET /v1/guide/blueprint/versions takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200blueprintVersionsViewok

200 body — 5 fields.

FieldInTypeAlwaysDescription
brandbodystringBrand is the blueprint key the history belongs to — this deployment's brand, or "" (the base blueprint) when the brand has no row of its own.
versionsbodyVersionMeta[]Versions are the stored versions, newest first: metadata only, never the documents.
versions[].brandbodystringBrand is the white-label key this revision was authored under; empty is the shared base playbook.
versions[].updatedAtbodyintegerUpdatedAt is when this revision was written, as Unix seconds — the "who changed the playbook, and when" half of the audit trail.
versions[].versionbodyintegerVersion is the store's own revision counter for that brand, starting at 1 for the seeded playbook and incrementing on every edit.

Failure carries the platform error shape — see Errors.

Examples

hanzo guide blueprint versions

Guide API · All Hanzo APIs · Interactive reference

How is this guide?

On this page