Returns the status and results of a workflow execution.
| Status | Description |
|---|---|
| pending | Execution is queued |
| running | Execution is in progress |
| completed | Execution finished successfully |
| failed | Execution encountered an error |
| cancelled | Execution was cancelled by the user |