curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/dataset/{dataset} \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>",
"dataset": {
"dataset": "<string>",
"lastFileCreated": "2023-11-07T05:31:56Z",
"totalFileSize": 123,
"totalFileCount": 123,
"totalItemCount": 123,
"totalItemCountChecklistOK": 123,
"totalItemCountChecklistFailed": 123,
"tags": [
"<string>"
],
"category": "<string>",
"bucket": {
"id": 123,
"bucket": "<string>",
"path": "<string>",
"fullBucketPathDescription": "<string>",
"dataItemNamingLevelsDeep": 123
},
"type": "clinical",
"bucketPath": "<string>"
}
}
Get information about a dataset
curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/dataset/{dataset} \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>",
"dataset": {
"dataset": "<string>",
"lastFileCreated": "2023-11-07T05:31:56Z",
"totalFileSize": 123,
"totalFileCount": 123,
"totalItemCount": 123,
"totalItemCountChecklistOK": 123,
"totalItemCountChecklistFailed": 123,
"tags": [
"<string>"
],
"category": "<string>",
"bucket": {
"id": 123,
"bucket": "<string>",
"path": "<string>",
"fullBucketPathDescription": "<string>",
"dataItemNamingLevelsDeep": 123
},
"type": "clinical",
"bucketPath": "<string>"
}
}
OK
The response is of type object
.