get_workflow_versions
Retrieve all available versions of a specific workflow by providing its unique ID, enabling users to manage and select appropriate workflow iterations.
Instructions
List all available versions of a workflow
Input Schema
Name | Required | Description | Default |
---|---|---|---|
workflow_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"workflow_id": {
"type": "string"
}
},
"required": [
"workflow_id"
],
"type": "object"
}