List Active Jobs

Get all active jobs for this project

curl --request GET \
  --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/jobs?rootOnly=SOME_BOOLEAN_VALUE' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE'

Last updated

Was this helpful?