curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/organizations/{innerOrganizationId}/exports/{exportId} \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>",
"export": {
"id": 123,
"created": "2023-11-07T05:31:56Z",
"createdByUser": {
"id": 123,
"name": "<string>",
"username": "<string>",
"photo": "<string>"
},
"jobId": 123,
"jobFinished": true,
"jobFinishedSuccessful": true,
"description": "<string>",
"expirationDate": "2023-11-07T05:31:56Z",
"downloadUrl": "<string>"
}
}
Get a data export for an organization. This is an API only available to white label admins.
curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/organizations/{innerOrganizationId}/exports/{exportId} \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>",
"export": {
"id": 123,
"created": "2023-11-07T05:31:56Z",
"createdByUser": {
"id": 123,
"name": "<string>",
"username": "<string>",
"photo": "<string>"
},
"jobId": 123,
"jobFinished": true,
"jobFinishedSuccessful": true,
"description": "<string>",
"expirationDate": "2023-11-07T05:31:56Z",
"downloadUrl": "<string>"
}
}
Organization ID
Organization ID within the context of a white label
Export ID
OK
The response is of type object
.