Get impulse migration status
Get the status for the multi-impulse migration job in this project. This is a separate route so public projects can access it. If no multi-impulse migration jobs are present, an error will be thrown.
Authorizations
Path parameters
projectIdintegerRequired
Project ID
Responses
200
OK
application/json
Responseall of
get
GET /v1/api/{projectId}/jobs/impulse-migration/status HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200
OK
{
"success": true,
"error": "text",
"job": {
"id": 1,
"category": "text",
"key": "text",
"created": "2025-07-04T02:14:19.477Z",
"started": "2025-07-04T02:14:19.477Z",
"finished": "2025-07-04T02:14:19.477Z",
"finishedSuccessful": true,
"jobNotificationUids": [
1
],
"additionalInfo": "text",
"computeTime": 1,
"createdByUser": {
"id": 1,
"name": "text",
"username": "text",
"photo": "text"
},
"categoryCount": 1,
"metadata": {}
}
}
Last updated
Was this helpful?