Last updated 12 months ago
Was this helpful?
Get information about a dataset
Organization ID
Dataset name
GET /v1/api/organizations/{organizationId}/dataset/{dataset} HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Accept: */*
OK
{ "success": true, "error": "text", "dataset": { "dataset": "text", "lastFileCreated": "2025-04-16T14:25:44.371Z", "totalFileSize": 1, "totalFileCount": 1, "totalItemCount": 1, "totalItemCountChecklistOK": 1, "totalItemCountChecklistFailed": 1, "tags": [ "text" ], "category": "text", "bucket": { "id": 1, "bucket": "text", "path": "text", "fullBucketPathDescription": "text", "dataItemNamingLevelsDeep": 1 }, "type": "clinical", "bucketPath": "text" } }