List Files

Lists all files included by the filter.

curl --request GET \
  --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/data/files?dataset=SOME_STRING_VALUE&filter=SOME_STRING_VALUE&limit=SOME_INTEGER_VALUE&offset=SOME_INTEGER_VALUE' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE'

Last updated

Was this helpful?