Get a workflow execution status
{ "id": "<string>", "workflow_id": "<string>", "started": "2023-11-07T05:31:56Z", "triggered_by": "<string>", "status": "<string>", "workflow_name": "<string>", "logs": [ { "id": 123, "timestamp": "2023-11-07T05:31:56Z", "message": "<string>", "context": {} } ], "error": "<string>", "execution_time": 123, "results": {} }
Show child attributes