Returns the version history for a workflow component, ordered from newest to oldest.
Each entry includes the version number, the version row’s UUID, the optional version_note, and audit metadata. Use the returned version_number with GET /workflow-components/{component_id}/versions/{version_number} to fetch the full versioned component data.
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
UUID of the version row in the underlying versions table
ID of the parent component
Auto-incrementing version number for this component (1-indexed)
x >= 1Timestamp when this version was created
Optional note describing what changed in this version
ID of the user who created this version