Get workflow execution
get_workflow_executionRetrieve status, timing, credits, and per-step outcome for a workflow execution. Use to poll a run started with run_workflow.
Instructions
Get one workflow execution's status, timing, credits, and per-step outcome. Use to poll a run started with run_workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes | The workflow's UUID. | |
| execution_id | Yes | The execution's UUID (from run_workflow). |