Last updated 12 months ago
Was this helpful?
Get a list of all emails sent by Edge Impulse regarding this project.
Project ID
GET /v1/api/{projectId}/emails HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Accept: */*
OK
{ "success": true, "error": "text", "emails": [ { "userId": 1, "projectId": 1, "from": "text", "to": "text", "created": "2025-04-16T14:13:49.674Z", "subject": "text", "bodyText": "text", "bodyHTML": "text", "sent": true, "providerResponse": "text" } ] }