Job Summary

Get a summary of jobs, grouped by key. Used to report to users how much compute they've used.

curl --request GET \
  --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/jobs/summary?startDate=SOME_STRING_VALUE&endDate=SOME_STRING_VALUE' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE'

Last updated

Was this helpful?