Last updated 7 months ago
Get information about a dataset
Organization ID
Dataset name
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
const response = await fetch('https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/dataset/{dataset}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "success": false, "error": "text", "dataset": { "dataset": "text", "lastFileCreated": "2024-11-21T08:48:09.536Z", "tags": [ "text" ], "category": "text", "bucket": { "bucket": "text", "path": "text", "fullBucketPathDescription": "text" }, "type": "clinical", "bucketPath": "text" } }