GET
/
public
/
datasets
/
{datasetName}
/
runs
curl --request GET \
  --url https://api/public/datasets/{datasetName}/runs
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "metadata": {},
      "datasetId": "<string>",
      "datasetName": "<string>",
      "createdAt": {},
      "updatedAt": {}
    }
  ],
  "meta": {
    "page": 123,
    "limit": 123,
    "totalItems": 123,
    "totalPages": 123
  }
}

Response Description

Below you will see the description of to Get a dataset run and its items response

data
array
required

List of dataset entities.

meta
object
required

Pagination metadata.