List emails
Get a list of all emails sent by Edge Impulse regarding this project.
Authorizations
Path parameters
projectIdintegerRequired
Project ID
Responses
200
OK
application/json
Responseall of
get
GET /v1/api/{projectId}/emails HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200
OK
{
"success": true,
"error": "text",
"emails": [
{
"userId": 1,
"projectId": 1,
"from": "text",
"to": "text",
"created": "2025-07-05T16:07:07.063Z",
"subject": "text",
"bodyText": "text",
"bodyHTML": "text",
"sent": true,
"providerResponse": "text"
}
]
}
Last updated
Was this helpful?