Skip to main content
GET
Get a specific preset version

Authorizations

x-api-key
string
header
required

Path Parameters

name
string
required
version
string
required

Response

Success.

data
DocumentVersion · object
required

One immutable version row: the opaque body plus its version number.

A version is append-only — once written, its version, body, tags, and created_at never change. tags is a generic per-version label for grouping versions (release/grouping labels); it is kind-agnostic and carries no product meaning (distinct from any categorization a kind's body may hold). is_current is a read-time projection of the owning record's active_version — the store sets it True on the active version when it lists/returns versions; it is not stored on the row. created_at is an ISO-8601 timestamp string.