cURL
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/users/buckets \ --header 'x-api-key: <api-key>'
{ "success": true, "buckets": [ { "id": 123, "organizationId": 123, "organizationName": "<string>", "bucket": "<string>", "region": "<string>", "whitelabelId": 123 } ], "error": "<string>" }
List all organizational storage buckets that the current user has access to. This function is only available through a JWT token.
OK
Whether the operation succeeded
Show child attributes
S3 bucket
S3 region
The unique identifier of the white label this bucket belongs to, if any
Optional error description (set if 'success' was false)
Was this page helpful?