Returns the current status of a workflow run.
Unique identifier of the workflow run.
Current status of the workflow run (e.g. running, completed, failed).
running
completed
failed
lightfield workflow-run status \ --api-key 'My API Key' \ --run-id runId
{ "status": "status" }