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.
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
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