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.
GET
/
api
/
{projectId}
/
jobs
/
impulse-migration
/
status
Get impulse migration status
Copy
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/jobs/impulse-migration/status \ --header 'x-api-key: <api-key>'