Get Transformation Job Status

Get the current status of a transformation job job.

curl --request GET \
  --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/create-project/{createProjectId}?transformLimit=SOME_INTEGER_VALUE&transformOffset=SOME_INTEGER_VALUE&selection=SOME_STRING_VALUE' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE'

Last updated

Was this helpful?