List the version history of a workflow. By default returns only published versions (newest first). Pass include_unpublished_drafts=true to also include unpublished drafts. Each version’s id can be passed as workflow_version_id to StartWorkflowRun to run that specific version.
Documentation Index
Fetch the complete documentation index at: https://docs.serval.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the workflow whose versions to list.
If true, include unpublished draft versions alongside published ones. Default false (only the complete history of published versions).
Maximum number of results to return. Default is 1000, maximum is 2000.
Token for pagination. Leave empty for the first request.