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}.
Documentation Index
Fetch the complete documentation index at: https://docs.cloudcruise.com/llms.txt
Use this file to discover all available pages before exploring further.
API key-based authentication. Provide your CloudCruise API key in the cc-key header.
CloudCruise API key for authentication
The ID of the workflow component
The version number to fetch (1-indexed, auto-incrementing per component)
x >= 1Successful 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.