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
The response is of type object.
object
Was this page helpful?