Error
workflows
Export Workflow
Export a workflow’s current state and optionally its definitions and logs.
Supported formats are JSON and YAML.
When draft=True, exports the current draft state from the workflow canvas
without requiring a saved definition. When draft=False (default), exports
from a saved workflow definition version.
GET
Error
Authorizations
Query Parameters
Export format: 'json' or 'yaml'
Available options:
json, yaml Workflow definition version. If not provided, the latest version is exported.
Export current draft state instead of saved definition.
Response
Successful Response