curl --request GET \
--url https://api.getmaxim.ai/v1/datasets \
--header 'x-maxim-api-key: <api-key>'[
{
"id": "<string>",
"name": "<string>",
"config": {},
"description": "<string>",
"accountId": "<string>",
"workspaceId": "<string>",
"folderId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"deletedAt": "<string>",
"columns": [
{
"id": "<string>",
"name": "<string>",
"type": "<string>",
"meta": {
"columnDataType": "<string>",
"delimiter": "<string>"
},
"columnType": "<string>"
}
],
"entriesCount": 123
}
]Get datasets or a specific dataset
curl --request GET \
--url https://api.getmaxim.ai/v1/datasets \
--header 'x-maxim-api-key: <api-key>'[
{
"id": "<string>",
"name": "<string>",
"config": {},
"description": "<string>",
"accountId": "<string>",
"workspaceId": "<string>",
"folderId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"deletedAt": "<string>",
"columns": [
{
"id": "<string>",
"name": "<string>",
"type": "<string>",
"meta": {
"columnDataType": "<string>",
"delimiter": "<string>"
},
"columnType": "<string>"
}
],
"entriesCount": 123
}
]API key for authentication
Unique identifier for the dataset
Whether to list splits within a dataset
Unique identifier for the workspace
Unique identifier for the folder
Maximum number of records to return (max: 100)
x <= 100Cursor for pagination
Datasets retrieved successfully
Show child attributes
Was this page helpful?