Get workflow
get_workflowRetrieve a workflow's metadata and its execution-ready step projection, using the active version or falling back to the current draft version.
Instructions
Get one workflow's metadata and step projection. The projection is the version pinned for execution (active_version), falling back to current_version for a draft that has not been activated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes | The workflow's UUID (from list_workflows or create_workflow). |