Last updated 7 months ago
Lists all data items. This can be filtered by the ?filter parameter.
Organization ID
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}/data', { method: 'GET', headers: {}, }); const data = await response.json();
{ "success": false, "error": "text", "filterParseError": "text", "data": [ { "name": "text", "bucketName": "text", "bucketPath": "text", "fullBucketPath": "text", "dataset": "text", "created": "2024-11-21T08:50:19.098Z", "metadataStringForCLI": "text" } ] }