Get all data exports for an organization.
Organization ID
Maximum number of results
Offset in results, can be used in conjunction with LimitResultsParameter to implement paging.
curl -L \ --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/exports' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text", "exports": [ { "id": 1, "created": "2025-03-30T13:35:45.578Z", "createdByUser": { "id": 1, "name": "text", "username": "text", "photo": "text" }, "jobId": 1, "jobFinished": true, "jobFinishedSuccessful": true, "description": "text", "expirationDate": "2025-03-30T13:35:45.578Z", "downloadUrl": "text" } ], "totalCount": 1 }