Last updated 10 months ago
Was this helpful?
Retrieve all configured storage buckets. This does not list the secret key.
/api/organizations/{organizationId}/buckets
Organization ID
curl -L \ --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/buckets' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text", "buckets": [ { "id": 1, "accessKey": "AKIAIOSFODNN7EXAMPLE", "endpoint": "https://s3.amazonaws.com", "bucket": "my-organization-bucket", "region": "us-west-2", "connected": true, "checkConnectivityPrefix": "data/", "storageProvider": "s3", "storageAccountName": "my-storage-account" } ] }