Skip to main content
GET
Get a content version

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Content version ID

contentId
string
required

Content ID

projectId
string
required

Project ID

Query Parameters

expand

Inline: questions, steps (the full step tree — how you read a flow body), data.

Available options:
questions,
steps,
data

Response

Content version found

id
string
required
object
enum<string>
required
Available options:
contentVersion
number
number
required
firstPublishedAt
string | null
required

When this version FIRST went live (ISO). Non-null means the version is frozen: it can never be edited again — not even after unpublishing — edit by forking (by forking). null means it never went live — OR its first publish predates this stamp (older versions were never backfilled), so on old data null is not proof it never shipped. This is history, not live state: for "is it live NOW, where" read the content's environments[]; for who published what when, the publish history (available through the MCP).

themeId
string | null
required
questions
object[] | null
required
updatedAt
string<date-time>
required
createdAt
string<date-time>
required
steps
object[]
startRules
object
hideRules
object

While when matches, on-screen content of this version is hidden — the session is SUSPENDED, not ended: when the conditions stop matching the same session reappears at the same step. Use start-rule conditions to keep content from starting; use hide rules to blank it in specific places (e.g. a settings page).

data
any

Decompiled type-specific body for non-flow content — the same six per-type shapes as the write data (that schema is the field dictionary), fully populated on read. Present only when the data expand is requested; a flow has no data — its body is steps.

scheduledAt
string

Announcement versions only: the "announcement time" gating feed visibility and ordering. Absent on other content types and until set (publish stamps it when the author left it null, so published announcements always carry one).