Retrieves and decrypts items associated with the specified IDs.Documentation Index
Fetch the complete documentation index at: https://docs.cyborg.co/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
| Parameter | Type | Description |
|---|---|---|
ids | std::vector<uint64_t> | IDs to retrieve. (For a single item, provide a std::vector with one element.) |
Returns
std::vector<std::vector<uint8_t>>: A vector of decrypted items, each represented as a vector of bytes.
Exceptions
std::runtime_exception
std::runtime_exception
- Throws if the items could not be retrieved or decrypted.