Error details when status=errored; null otherwise.
message: string
name: string
status: "queued" or "running" or "paused" or 6 more
One of the following:
"queued"
"running"
"paused"
"errored"
"terminated"
"complete"
"waitingForPause"
"waiting"
"rollingBack"
event_type: optional string
The event type the step is waiting on, as supplied to step.waitForEvent. Only present when type=waitForEvent.
output: optional unknown
Full step output or waitForEvent payload without truncation. Sensitive outputs are returned as [REDACTED]. Populated when status=complete. May be a ReadableStream when the step returned one from step.do; stream outputs are served as application/octet-stream rather than JSON.