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.

  • status
    Type: stringenum
    required

    Current workflow status. completed, failed, declined, and voided are terminal — the status won't change again.

    values
    • pending
    • in_progress
    • completed
    • failed
    • declined
    • voided