curl --request GET \
--url https://api.getmaxim.ai/v1/datasets/entries \
--header 'x-maxim-api-key: <api-key>'{
"data": [
{
"id": "<string>",
"rowNo": 123,
"createdAt": "<string>",
"cells": [
{
"id": "<string>",
"columnId": "<string>",
"value": {
"type": "<string>",
"payload": "<string>"
},
"createdAt": "<string>",
"deletedAt": null,
"updatedAt": "<string>"
}
]
}
]
}Get dataset entries
curl --request GET \
--url https://api.getmaxim.ai/v1/datasets/entries \
--header 'x-maxim-api-key: <api-key>'{
"data": [
{
"id": "<string>",
"rowNo": 123,
"createdAt": "<string>",
"cells": [
{
"id": "<string>",
"columnId": "<string>",
"value": {
"type": "<string>",
"payload": "<string>"
},
"createdAt": "<string>",
"deletedAt": null,
"updatedAt": "<string>"
}
]
}
]
}API key for authentication
Unique identifier for the workspace
Unique identifier for the dataset
Unique identifier for a split in the dataset
Maximum number of records to return (max: 30)
x <= 30Cursor for pagination
Dataset entries retrieved successfully
Show child attributes
Was this page helpful?