Get a bucket with its files and folders
GET/api/v1/buckets/:bucketId
Requires viewer role or above on this bucket.
Request
Responses
- 200
- 401
- 403
- 404
Bucket with files/folders matching the requested status
Not authenticated. Note: a missing or invalid token is rejected with 403 FORBIDDEN (not 401); 401 is returned when the token's session has been revoked (SESSION_REVOKED).
Missing/invalid token, or the caller's role/group is below the required minimum (FORBIDDEN)
Bucket not found (BUCKET_NOT_FOUND)