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
| Parameter | Type | Required | Description |
|---|---|---|---|
workflowId | string | Yes | Temporal 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
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
| Parameter | Type | Required | Description |
|---|---|---|---|
workflowId | string | Yes | Temporal 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