| Endpoint | Method | Admin Required |
|---|---|---|
/api/v1/buckets/:bucketName/tags | GET | No |
Returns the tags attached to a bucket you own. This is the same tag-set exposed by the S3-compatible API's GetBucketTagging.
{
"tags": {
"env": "prod",
"team": "storage"
}
}
tags is an empty object if no tags have been set.
| Status | Reason |
|---|---|
400 | Missing bucket name |
404 | Bucket not found (or not owned by you) |