Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

get

CLIRESTMCP

Download media by key:

objekt get <key> [options]

Options

OptionDescription
-wOWS wallet (for decrypting encrypted content)
--view-keyView key string (objekt_vk_...)
--outputSave to file path

Examples

Download a file:

objekt get proposals/0x.../media/abc

Decrypt with your wallet:

objekt get proposals/0x.../media/abc -w my-wallet

Decrypt with a view key:

objekt get proposals/0x.../media/abc --view-key objekt_vk_...

Save to a file:

objekt get proposals/0x.../media/abc --output ./downloaded.pdf