Retrieve the current status of a signing workflow, including the signature data if the workflow has completed.
| Parameter | Type | Required | Description |
|---|---|---|---|
workflowId | string (UUID) | Yes | Temporal workflow ID |
| Field | Type | Description |
|---|---|---|
workflowId | string | Workflow identifier |
signingId | string | Signing request identifier |
status | string | Current status (STARTED, SIGNED, PENDING_APPROVAL, DENIED, EXPIRED, FAILED, CANCELLED) |
currentStep | string | Current workflow step description |
signature | string | Hex signature — present when status=SIGNED |
messageHash | string | Hash of the signed data |
signerAddress | string | Vault address that produced the signature |
approvalStatus | string | Approval details when status=PENDING_APPROVAL |
error | string | Error message when status=FAILED |
transactions:read
Retrieve the current status of a signing workflow, including the signature data if the workflow has completed.
| Parameter | Type | Required | Description |
|---|---|---|---|
workflowId | string (UUID) | Yes | Temporal workflow ID |
| Field | Type | Description |
|---|---|---|
workflowId | string | Workflow identifier |
signingId | string | Signing request identifier |
status | string | Current status (STARTED, SIGNED, PENDING_APPROVAL, DENIED, EXPIRED, FAILED, CANCELLED) |
currentStep | string | Current workflow step description |
signature | string | Hex signature — present when status=SIGNED |
messageHash | string | Hash of the signed data |
signerAddress | string | Vault address that produced the signature |
approvalStatus | string | Approval details when status=PENDING_APPROVAL |
error | string | Error message when status=FAILED |
transactions:read