mesh_get
Retrieve a content-addressed artifact from a P2P mesh using its 68-character hex MCID, returning base64 content. Connects to a default station if no host is specified.
Instructions
Fetch a content-addressed artifact from the mesh by its hex MCID (68 chars, as returned by mesh_put). Returns base64 content. 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. | |
| mcid_hex | Yes | MCID returned by mesh_put. |