Last updated 9 months ago
Was this helpful?
Get a data export for an organization.
Organization ID
Export ID
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
const response = await fetch('https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/exports/{exportId}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "success": false, "error": "text", "export": { "id": 0, "created": "2025-02-02T02:34:02.799Z", "createdByUser": { "id": 0, "name": "text", "username": "text", "photo": "text" }, "jobId": 0, "jobFinished": false, "jobFinishedSuccessful": false, "description": "text", "expirationDate": "2025-02-02T02:34:02.799Z", "downloadUrl": "text" } }