GET
/
v1
/
datasets
/
splits
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>"
    }
  ]
}

Authorizations

x-maxim-api-key
string
header
required

API key for authentication

Query Parameters

id
string

Unique identifier for the dataset split to delete

datasetId
string
required

Unique identifier for the dataset

Response

200
application/json
Dataset splits retrieved successfully

The response is of type object.