mesh_find_records
Retrieve every record stored at a DHT key, including the full deduplicated multiset from all signers. Use a 32-byte hexadecimal key to fetch complete data from the Macula mesh, defaulting to the Frankfurt station.
Instructions
Fetch EVERY record stored at a DHT key -- the full signer-deduped multiset (e.g. every procedure_advertisement one procedure has from different providers). Always the DHT's own all-zero realm. 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. |