Analytics
Get Top Datasets
This route allows you to view the top datasets for a given type.
POST
Authorizations
Headers
The organization id to use for the request
Body
application/json
JSON request payload to filter the top datasets
Available options:
search
, rag
, recommendation
DateRange is a JSON object which can be used to filter chunks by a range of dates. This leverages the time_stamp field on chunks in your dataset. You can specify this if you want values in a certain range. You must provide ISO 8601 combined date and time without timezone.
Example:
{
"gt": "2021-01-01 00:00:00.000",
"gte": "2021-01-01 00:00:00.000",
"lt": "2021-01-01 00:00:00.000",
"lte": "2021-01-01 00:00:00.000"
}
Was this page helpful?