Loading...
Download a usage report for an organization. This is an API only available to white label admins.
Organization ID
Organization ID within the context of a white label
Report ID
A redirect to the CSV file
const response = await fetch('https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/organizations/{innerOrganizationId}/usage/reports/{reportId}/download', { method: 'GET', headers: {}, }); const data = await response.json();