Last updated 10 months ago
Was this helpful?
Get information about a dataset
/api/organizations/{organizationId}/dataset/{dataset}
Organization ID
Dataset name
curl -L \ --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/dataset/{dataset}' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text", "dataset": { "dataset": "text", "lastFileCreated": "2025-02-21T18:11:30.240Z", "totalFileSize": 1, "totalFileCount": 1, "totalItemCount": 1, "totalItemCountChecklistOK": 1, "totalItemCountChecklistFailed": 1, "category": "text", "bucket": { "id": 1, "bucket": "text", "path": "text", "fullBucketPathDescription": "text", "dataItemNamingLevelsDeep": 1 }, "type": "clinical", "bucketPath": "text", "tags": [ "text" ] } }