cURL
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/buckets/{bucketId} \ --header 'x-api-key: <api-key>'
{ "success": true, "error": "<string>", "bucket": { "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" } }
Get storage bucket details.
Organization ID
Bucket ID
OK
Whether the operation succeeded
Show child attributes
Optional error description (set if 'success' was false)
Was this page helpful?