cURL
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 } }
Endpoint to Get dataset runs on Toolzz Analytics
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 Properties