Skip to main content
GET
/
tasks
/
{uuid}
/
output_preimage
Get task output preimage
curl --request GET \
  --url https://staging.hdp.api.herodotus.cloud/tasks/{uuid}/output_preimage
{
  "outputPreimage": [
    "0xcc",
    "0x1572afe6949fdf51cb3e0856216670ae9ee160ee",
    "0x752c60",
    "0xcb",
    "0x711babb04ceccaf36db38bd0dd3172f1c27d1511",
    "0x752c61"
  ],
  "taskId": "01J3Z3K2P4W6M8Q0A1B2C3D4E5"
}

Documentation Index

Fetch the complete documentation index at: https://docs.herodotus.cloud/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

uuid
string
required

The unique identifier (UUID) of the task

Response

Output preimage retrieved successfully

outputPreimage
any
required
taskId
string
required