Get transaction by workflow ID

Retrieve transaction details by Temporal workflow ID. Use when you have the workflow ID from submit response or audit logs.

Path Parameters

ParameterTypeRequiredDescription
workflowIdstringYesTemporal workflow ID

Use Cases

  • Look up transaction from workflow ID in submit response
  • Track transaction via workflow ID from audit logs
  • Debug transaction using workflow trace

Required Permission

transactions:read