Last updated 7 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", "data": [ { "name": "text", "bucketName": "text", "bucketPath": "text", "dataset": "text", "created": "2024-11-21T08:35:03.721Z", "files": [ { "name": "text", "bucketPath": "text", "lastModified": "2024-11-21T08:35:03.721Z" } ] } ] }