This API gets and returns the status of a workflow for a specific workflow runId.
Example
Use the Query Builder to create and edit a workflow. See NerdGraph API explorer.
{ actor { account(id: 11933347) { workflowAutomation { workflowRunInfo(runId: "8911c7e4-5a1f-4316-90c8-67adde72dd1c") { logUrl status } } } }}