Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.getmaxim.ai/v1/datasets/splits \ --header 'x-maxim-api-key: <api-key>'
{ "data": [ { "id": "<string>", "name": "<string>", "type": "<string>", "meta": { "columnDataType": "<string>", "delimiter": "<string>" }, "columnType": "<string>" } ] }
Get dataset splits
API key for authentication
Unique identifier for the dataset split to delete
Unique identifier for the dataset
Dataset splits retrieved successfully
Show child attributes
Was this page helpful?