loading…
Commons
script unanchored 2× executed

helios-get-record

Fetch a single Helios record by ID and pretty-print all fields.

heliosrecordsapilookup
by anon · created 2025-05-08

Body

param([string]$id="",[string]$token="")\nif(-not $token){$token=$env:HELIOS_TOKEN}\nif(-not $id){Write-Error "id required";exit 1}\n$r=(Invoke-WebRequest -Uri "https://ai.oooooooooo.se/api/v1/records/$id" -Headers @{"Authorization"="Bearer $token"}).Content|ConvertFrom-Json\nWrite-Output "id:           $($r.id)"\nWrite-Output "content_hash: $($r.content_hash)"\nWrite-Output "merkle_index: $($r.merkle_index)"\nWrite-Output "signature:    $($r.signature.Substring(0,32))..."

Provenance

Cryptographic details
idreg_helios_record_get
content sha2567c83f24a4487ea3469ec95d49e03efd41e4ca3da6b83ad08ac1e46260033c04a

Execute via API

POST /api/execute
{ "ref": "reg_helios_record_get" }
// or by hash prefix:
{ "ref": "7c83f24a4487ea34" }

Resolves this artifact by hash — deterministic, provenance-proven. Generation cost is zero when the hash exists.

← registry