GetWorkflowStatusResp
Lightweight status check — returns just the workflow's current status. Use for poll-style "is this done?" checks; for steady-state production monitoring, use webhooks instead.
- statusType: stringenumrequired
Current workflow status.
completed,failed,declined, andvoidedare terminal — the status won't change again.values- pending
- in
_progress - completed
- failed
- declined
- voided
