Required Fields
Source of the dataset creation. For creation via API, this field must be ‘api’
Name of the dataset. Name must be unique. If dataset with the same name
already exists, API will throw 400
Description of the dataset
Rows of the dataset.Fields in a single dataset rowA dataset row can have any key-value pairs. Support data types for value are:
Currently, a dataset can have a maximum of 1000 rows. If the number of rows > 1000, API will throw 400
- integer
- string
- boolean
- object
- array
Just make sure a particular key has the same type across all the rows.
Otherwise API will throw 400 for failed validation. Example, if one of the
keys is ‘query’, make sure ‘query’ has same data type across all the rows.