curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/downloads \ --header 'x-api-key: <api-key>'
Copy
{ "success": true, "error": "<string>", "downloads": [ { "id": "The ID of the download, if available", "name": "Training data", "type": "NPY file", "size": "73 items", "link": "/api/1/raw-data/training/x", "impulseId": "The ID of the impulse associated with this download, if available" } ]}
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/downloads \ --header 'x-api-key: <api-key>'
Copy
{ "success": true, "error": "<string>", "downloads": [ { "id": "The ID of the download, if available", "name": "Training data", "type": "NPY file", "size": "73 items", "link": "/api/1/raw-data/training/x", "impulseId": "The ID of the impulse associated with this download, if available" } ]}