Get Buckets

List all organizational storage buckets that a user has access to. This function is only available through a JWT token.

curl --request GET \
  --url https://studio.edgeimpulse.com/v1/api/users/{userId}/buckets \
  --header 'x-jwt-token: REPLACE_KEY_VALUE'

Last updated

Was this helpful?