mesh_find_record
Fetch a specific DHT record using its 32-byte storage key. Provide the key as 64-character hex to get the record from the mesh.
Instructions
Fetch one DHT record by its 32-byte storage key. Always the DHT's own all-zero realm (no realm parameter -- DHT storage is protocol-internal). Defaults to station-de-frankfurt.macula.io:4433 if host isn't given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Station to connect through, "host[:port]". Defaults to station-de-frankfurt.macula.io:4433. | |
| key_hex | Yes | 32-byte DHT storage key as hex (64 chars) -- e.g. from ProcedureKey(procedure_uri) on the publishing side, or a key already seen in a mesh_find_records_by_type result. This is NOT the same as a record's own advertiser/signer key. |