v2

latestOpenAPI 3.1.02026-07-2670186350.6 KB
datasets

List Dataset Entries

get/datasets/{dataset_id}/entries

Path parameters

dataset_idstring uuid required

The id of the dataset

The id of the dataset

Query parameters

offsetinteger

The offset of the entries to get

The offset of the entries to get

limitinteger

The limit of the entries to get

The limit of the entries to get

Response

Successful Response

Example response

{
  "meta": {
    "total_count": 1
  },
  "data": [
    {
      "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"
    }
  ]
}