Last modification
Get the last modification date for a project (will be upped when data is modified, or when an impulse is trained)
Authorizations
Path parameters
projectIdintegerRequired
Project ID
Responses
200
OK
application/json
Responseall of
get
GET /v1/api/{projectId}/last-modification HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200
OK
{
"success": true,
"error": "text",
"lastModificationDate": "2025-06-28T08:35:31.339Z",
"lastVersionDate": "2025-06-28T08:35:31.339Z"
}
Last updated
Was this helpful?