Retrieves the latest version of a workflow component, including its full component_data (nodes, edges, vault schema).
To fetch a specific historical version, use GET /workflow-components/{component_id}/versions/{version_number}.
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
Successful operation
Full workflow component including its latest version's component_data.
Returned by GET /workflow-components/{component_id} and the create endpoint.
Unique identifier for the component
ID of the workspace this component belongs to
Display name of the component
Structural payload for a workflow component — the nodes, edges, and vault schema that compose it. Mirrors the shape used by the workflow visualizer.
The latest version number of this component
x >= 1ID of the user who created the component
Optional note describing the latest version's changes