Links
Comment on page

Query a Dataset

Our platform lets you create Datasets, and embedded functions and query a dataset.
let ds = await ctx.dataset.find("Dataset Name", {id : 1});
To fetch all rows from a dataset
let ds = await ctx.dataset.find("Dataset Name", {});