GET
/
api
/
trpc
/
datasets.allDatasets
curl --request GET \
  --url https://analytics.toolzz.ai/api/trpc/datasets.allDatasets
{
  "data": [
    {
      "id": "<string>",
      "status": {},
      "input": null,
      "expectedOutput": null,
      "metadata": null,
      "sourceTraceId": "<string>",
      "sourceObservationId": "<string>",
      "datasetId": "<string>",
      "datasetName": "<string>",
      "createdAt": "<string>",
      "updatedAt": "<string>"
    }
  ],
  "meta": {
    "page": 123,
    "limit": 123,
    "totalItems": 123,
    "totalPages": 123
  }
}

Response Description

Below you will see the description of the get all dataset response

data
array
required

List of dataset items.

meta
object
required

Pagination metadata.