v2
latestOpenAPI 3.1.02026-07-2670186350.6 KBdatasets
Query Dataset Entries
post/datasets/{dataset_id}/entries/query
Path parameters
dataset_idstring uuid required
The id of the dataset
The id of the dataset
Query parameters
querystring required
The query to search for
The query to search for
limitinteger
The limit of the entries to get
The limit of the entries to get
Response
Successful Response
Example response
[
{
"input": "Given this input, what is the output?",
"output": "This is the output to the dataset entry",
"expected": "This `was` the output to the dataset entry",
"comment": "This is an example of how one can edit the output"
}
]