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,
"export": {
"id": 123,
"created": "2023-11-07T05:31:56Z",
"jobId": 123,
"jobFinished": true,
"jobFinishedSuccessful": true,
"expirationDate": "2023-11-07T05:31:56Z",
"createdByUser": {
"id": 123,
"name": "<string>",
"username": "<string>",
"photo": "<string>"
},
"description": "<string>",
"downloadUrl": "<string>"
},
"error": "<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,
"export": {
"id": 123,
"created": "2023-11-07T05:31:56Z",
"jobId": 123,
"jobFinished": true,
"jobFinishedSuccessful": true,
"expirationDate": "2023-11-07T05:31:56Z",
"createdByUser": {
"id": 123,
"name": "<string>",
"username": "<string>",
"photo": "<string>"
},
"description": "<string>",
"downloadUrl": "<string>"
},
"error": "<string>"
}Organization ID
Organization ID within the context of a white label
Export ID
OK
Whether the operation succeeded
Show child attributes
Date when the export will expire. Default is 30 days. Maximum expiration date is 60 days from the creation date.
Description of the data export
Optional error description (set if 'success' was false)
Was this page helpful?