Get Task Output Preimage
Retrieves the output tree root preimage for a specific HDP task. This endpoint does not require authentication.Endpoint
Path Parameters
| Parameter | Type | Description |
|---|---|---|
| task_uuid | string | The unique identifier (UUID) of the task |
Example Request
Response
Success Response (200 OK)
Not Found Response (404)
Response Fields
| Field | Type | Description |
|---|---|---|
| taskId | string | The unique identifier of the task |
| outputPreimage | array | null | Array of preimage values (hex strings) or null if not available |
Notes
- No authentication is required for this endpoint
- The output preimage is only available for completed tasks
- Returns null if the task doesn’t have an output preimage stored
- The preimage values are hex-encoded strings representing the output tree root preimage

