List workflow versions
Returns the version history for a workflow, ordered from newest to oldest.
Each entry includes the version number, the version row’s UUID (version_id), the optional version_note, and audit metadata (created_by, created_at). Use the returned version_number with GET /workflows/{workflow_id}/versions/{version_number} to fetch the full versioned workflow JSON.
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
Response
Successful operation
UUID of the version row in the underlying versions table
Auto-incrementing version number for this workflow (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

