List component versions
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.
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
Response
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

