Last updated 12 months ago
Was this helpful?
Get a data export for an organization.
Organization ID
Export ID
GET /v1/api/organizations/{organizationId}/exports/{exportId} HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Accept: */*
OK
{ "success": true, "error": "text", "export": { "id": 1, "created": "2025-04-16T14:25:06.021Z", "createdByUser": { "id": 1, "name": "text", "username": "text", "photo": "text" }, "jobId": 1, "jobFinished": true, "jobFinishedSuccessful": true, "description": "text", "expirationDate": "2025-04-16T14:25:06.021Z", "downloadUrl": "text" } }