White Label Admin - Download usage report

White Label Admin - Download usage report

Download a usage report for an organization. This is an API only available to white label admins.

GEThttps://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/organizations/{innerOrganizationId}/usage/reports/{reportId}/download
Path parameters
organizationId*integer

Organization ID

innerOrganizationId*integer

Organization ID within the context of a white label

reportId*integer

Report ID

Response

A redirect to the CSV file

Request
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();

Last updated