v2
latestOpenAPI 3.1.02026-07-2670186350.6 KBdatasets
Get Dataset Entry
get/datasets/{dataset_id}/entries/{entry_id}
Path parameters
dataset_idstring uuid required
The id of the dataset
The id of the dataset
entry_idstring uuid required
The id of the entry to get
The id of the entry 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"
}