cURL
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/last-modification \ --header 'x-api-key: <api-key>'
{ "success": true, "error": "<string>", "lastModificationDate": "2023-11-07T05:31:56Z", "lastVersionDate": "2023-11-07T05:31:56Z" }
Get the last modification date for a project (will be upped when data is modified, or when an impulse is trained)
Project ID
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
Was this page helpful?