Syntax
Arguments
List of arguments to provide.One or more primary key values to retrieve documents for. Keys must match the type of the primary
key or specified index field.
Optargs
No optional arguments.Returns
Behavior
- If a key doesn’t match any document, it is silently omitted from the results.
Notes & Caveats
- Duplicate keys in the input will result in duplicate documents in the output.
- Non-existent keys are ignored without throwing errors.
Example
Get multiple users by ID
Retrieve several users by their primary keys.Related Functions
get- Get a single document by primary keyfilter- Filter documents by conditionstable- Reference a table
Found a typo? Or maybe a broken link? RuloDB is open-source, help us fix it!

