workflow_get_workflow_by_id
Retrieve a workflow execution in JSON format by providing its unique execution ID. Use this to inspect the status, tasks, and details of a specific workflow run.
Instructions
Gets a conductor workflow execution in json format based on the workflow's execution id
Args: workflow_id: The uuid representing the execution of the workflow
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |