Last updated 7 months ago
Download a data export for an organization.
Organization ID
Export ID
A redirect to the ZIP file
const response = await fetch('https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/exports/{exportId}/download', { method: 'GET', headers: {}, }); const data = await response.json();