Skip to main content
GET
Get component version

Authorizations

cc-key
string
header
required

API key-based authentication. Provide your CloudCruise API key in the cc-key header.

Headers

cc-key
string

CloudCruise API key for authentication

Path Parameters

component_id
string<uuid>
required

The ID of the workflow component

version_number
integer
required

The version number to fetch (1-indexed, auto-incrementing per component)

Required range: x >= 1

Response

Successful operation

A specific historical version of a workflow component, including its component_data as it was at that version.

id
string<uuid>
required

UUID of the version row in the underlying versions table

component_id
string<uuid>
required

ID of the parent component

version_number
integer
required
Required range: x >= 1
component_data
object
required

Structural payload for a workflow component — the nodes, edges, and vault schema that compose it. Mirrors the shape used by the workflow visualizer.

created_at
string<date-time>
required
version_note
string | null
created_by
string<uuid>