Cubewire LogoDeveloper
Support
Onboarding
Cubewire Developer Hub Logo
SOC 2 Compliant

Developer documentation and tools for Cubewire's digital wallet infrastructure. Built for developers, by developers.

developers@cubewire.com
TwitterGitHubDiscord

Developer Tools

  • API Documentation
  • API Reference

Resources

  • Documentation

Company

  • About
  • Contact

Legal

  • Privacy Policy
  • Terms of Service
© 2026 Cubewire. All rights reserved.
Developer Documentation Portal•Built with ♥ for developers
  1. Cubewire Wallet
  2. Manage Transactions
  3. Get signing workflow status

Get signing workflow status

Retrieve the current status of a signing workflow, including the signature data if the workflow has completed.

Path Parameters

ParameterTypeRequiredDescription
workflowIdstring (UUID)YesTemporal workflow ID

Response Fields

FieldTypeDescription
workflowIdstringWorkflow identifier
signingIdstringSigning request identifier
statusstringCurrent status (STARTED, SIGNED, PENDING_APPROVAL, DENIED, EXPIRED, FAILED, CANCELLED)
currentStepstringCurrent workflow step description
signaturestringHex signature — present when status=SIGNED
messageHashstringHash of the signed data
signerAddressstringVault address that produced the signature
approvalStatusstringApproval details when status=PENDING_APPROVAL
errorstringError message when status=FAILED

Use Cases

  • Poll for completion after initiating a signing workflow
  • Check if approvals have been collected
  • Retrieve the final signature after workflow completion

Required Permission

transactions:read

On this page

  • Path Parameters
  • Response Fields
  • Use Cases
  • Required Permission
  1. Cubewire Wallet
  2. Manage Transactions
  3. Get signing workflow status

Get signing workflow status

Retrieve the current status of a signing workflow, including the signature data if the workflow has completed.

Path Parameters

ParameterTypeRequiredDescription
workflowIdstring (UUID)YesTemporal workflow ID

Response Fields

FieldTypeDescription
workflowIdstringWorkflow identifier
signingIdstringSigning request identifier
statusstringCurrent status (STARTED, SIGNED, PENDING_APPROVAL, DENIED, EXPIRED, FAILED, CANCELLED)
currentStepstringCurrent workflow step description
signaturestringHex signature — present when status=SIGNED
messageHashstringHash of the signed data
signerAddressstringVault address that produced the signature
approvalStatusstringApproval details when status=PENDING_APPROVAL
errorstringError message when status=FAILED

Use Cases

  • Poll for completion after initiating a signing workflow
  • Check if approvals have been collected
  • Retrieve the final signature after workflow completion

Required Permission

transactions:read

On this page

  • Path Parameters
  • Response Fields
  • Use Cases
  • Required Permission