The primary function of the dataset is to provide relevant records based on search queries.
Search Functionality
To search the dataset you need to provide a search query string like this:
POST /api/v1/dataset/{datasetId}/search Content-Type: application/json { "search": "your search query here" }http