Last updated 9 months ago
Lists all files included by the filter.
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/files', { method: 'GET', headers: {}, }); const data = await response.json();
{ "success": false, "error": "text", "filterParseError": "text", "totalFileSize": 0, "totalFileCount": 0, "totalDataItemCount": 0, "data": [ { "id": 0, "name": "text", "bucketId": 0, "bucketName": "text", "bucketPath": "text", "dataset": "text", "totalFileCount": 0, "totalFileSize": 0, "created": "2025-01-21T00:59:18.339Z", "files": [ { "name": "text", "bucketPath": "text", "size": 0, "lastModified": "2025-01-21T00:59:18.339Z" } ] } ] }