cURL
curl --request GET \ --url https://api/public/v2/datasets/{datasetName}
{ "id": "<string>", "name": "<string>", "description": "<string>", "metadata": {}, "projectId": "<string>", "createdAt": {}, "updatedAt": {} }
Endpoint to Get a DatasetI By Name
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.
{ "datasetName": <string> }