List all buckets platform-wide with owner/size summary
GET/api/v1/admin/buckets
Requires role admin.
Responses
- 200
- 401
- 403
All buckets with creator, member count, file count, and size
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)