cURL
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 } }
Endpoint to Get all dataset items
Documentation IndexFetch the complete documentation index at: https://docs.toolzz.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.toolzz.dev/llms.txt
Use this file to discover all available pages before exploring further.
Show Resquest
Show properties