White Label Admin - Get all organization data exports
Get all data exports 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
Query parameters
limitintegerOptional
Maximum number of results
offsetintegerOptional
Offset in results, can be used in conjunction with LimitResultsParameter to implement paging.
Responses
200
OK
application/json
Responseall of
get
GET /v1/api/organizations/{organizationId}/whitelabel/organizations/{innerOrganizationId}/exports HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200
OK
{
"success": true,
"error": "text",
"exports": [
{
"id": 1,
"created": "2025-06-30T23:34:16.997Z",
"createdByUser": {
"id": 1,
"name": "text",
"username": "text",
"photo": "text"
},
"jobId": 1,
"jobFinished": true,
"jobFinishedSuccessful": true,
"description": "text",
"expirationDate": "2025-06-30T23:34:16.997Z",
"downloadUrl": "text"
}
],
"totalCount": 1
}
PreviousWhite Label Admin - Download usage reportNextWhite Label Admin - Create a new organization data export
Last updated
Was this helpful?