List All Jobs
Get all jobs for this organization
curl --request GET \
--url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/jobs/all?startDate=SOME_STRING_VALUE&endDate=SOME_STRING_VALUE&limit=SOME_INTEGER_VALUE&offset=SOME_INTEGER_VALUE&excludePipelineTransformJobs=SOME_BOOLEAN_VALUE&rootOnly=SOME_BOOLEAN_VALUE' \
--header 'x-jwt-token: REPLACE_KEY_VALUE'
Last updated
Was this helpful?