Last updated 10 months ago
Was this helpful?
Get the last modification date for a project (will be upped when data is modified, or when an impulse is trained)
/api/{projectId}/last-modification
Project ID
curl -L \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/last-modification' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text", "lastModificationDate": "2025-02-21T18:16:18.880Z", "lastVersionDate": "2025-02-21T18:16:18.880Z" }