Konverse AI Developer Hub
Visit Website
Search
⌃
K
Links
Konverse AI Developer Hub
Getting Started
Authentication
Errors
Rate Limit
Webhooks
Webhook Endpoints
Platform
Embedded Functions
Send Text Message
Send Quick Reply
Set Variables
Send Choice
Send Cards
Stop Propagation
Query a Dataset
Jump To Story
Query a Google Sheet
Datasets
Bot Webhooks
Messaging Channels
Introduction to Channels
Web Chat
Facebook Messenger
WhatsApp
Line
App Integration
Android App Integration
Powered By
GitBook
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", {});
Previous
Stop Propagation
Next
Jump To Story
Last modified
2yr ago