Get component version
Retrieves the full component data as it existed at a specific version.
Useful for inspecting historical versions, diffing, or rolling back by re-submitting the prior version’s component_data via PUT /workflow-components/{component_id}.
Authorizations
API key-based authentication. Provide your CloudCruise API key in the cc-key header.
Headers
CloudCruise API key for authentication
Path Parameters
The ID of the workflow component
The version number to fetch (1-indexed, auto-incrementing per component)
x >= 1Response
Successful operation
A specific historical version of a workflow component, including its component_data as it was at that version.
UUID of the version row in the underlying versions table
ID of the parent component
x >= 1Structural payload for a workflow component — the nodes, edges, and vault schema that compose it. Mirrors the shape used by the workflow visualizer.

