| Endpoint | Method | Admin Required |
|---|---|---|
/api/v1/admin/buckets | GET | Yes |
Returns a paginated list of all buckets in the system, including the owner information.
110{
"metadata": {
"page": 1,
"per": 10,
"total": 3
},
"items": [
{
"id": "B1C2D3E4-F5G6-7890-HIJK-LM1234567890",
"name": "production-assets",
"creationDate": "2025-01-15T10:30:00Z",
"versioningStatus": "Enabled",
"user": {
"id": "63717CB9-DE10-44D2-AC69-774F57F6C148",
"name": "Admin User",
"username": "alarik"
}
},
{
"id": "C2D3E4F5-G6H7-8901-IJKL-MN2345678901",
"name": "user-uploads",
"creationDate": "2025-01-10T08:15:00Z",
"versioningStatus": "Disabled",
"user": {
"id": "A1B2C3D4-E5F6-7890-ABCD-EF1234567890",
"name": "John Doe",
"username": "john"
}
}
]
}
Disabled, Enabled, or Suspended.id, name, and username.