Get a list of all emails sent by Edge Impulse regarding this project.
/api/{projectId}/emails
Project ID
curl -L \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/emails' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text", "emails": [ { "userId": 1, "projectId": 1, "from": "text", "to": "text", "created": "2025-02-21T18:19:47.370Z", "subject": "text", "bodyText": "text", "bodyHTML": "text", "sent": true, "providerResponse": "text" } ] }
Last updated 10 months ago
Was this helpful?