White Label Admin - Get usage report
Get a usage report for an organization. This is an API only available to white label admins.
Authorizations
Path parameters
organizationIdintegerRequired
Organization ID
innerOrganizationIdintegerRequired
Organization ID within the context of a white label
reportIdintegerRequired
Report ID
Responses
200
OK
application/json
Responseall of
get
GET /v1/api/organizations/{organizationId}/whitelabel/organizations/{innerOrganizationId}/usage/reports/{reportId} HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200
OK
{
"success": true,
"error": "text",
"report": {
"id": 1,
"created": "2025-07-03T03:26:37.164Z",
"createdByUser": {
"id": 1,
"name": "text",
"username": "text",
"photo": "text"
},
"jobId": 1,
"jobFinished": true,
"jobFinishedSuccessful": true,
"downloadLink": "text",
"reportStartDate": "2025-07-03T03:26:37.164Z",
"reportEndDate": "2025-07-03T03:26:37.164Z"
}
}
Last updated
Was this helpful?