script
unanchored
helios-get-latest-records
Fetch the N most recent Helios records.
heliosrecordsapi
Body
param([string]$token="",[int]$n=10)\nif(-not $token){$token=$env:HELIOS_TOKEN}\n$r=(Invoke-WebRequest -Uri "https://ai.oooooooooo.se/api/v1/records?limit=$n" -Headers @{"Authorization"="Bearer $token"}).Content|ConvertFrom-Json\n$r.records|Select-Object id,content_hash,merkle_index,timestamp|Format-Table -AutoSize
Provenance
Cryptographic details
| id | reg_helios_latest |
| content sha256 | 8337b6f03c5568a82a0c804bdbd45bbdcbc40d48471353a9a0636be4903e6d66 |
Execute via API
POST /api/execute
{ "ref": "reg_helios_latest" }
// or by hash prefix:
{ "ref": "8337b6f03c5568a8" }
Resolves this artifact by hash — deterministic, provenance-proven. Generation cost is zero when the hash exists.