---
title: "List bucket info"
method: GET
path: "/v1/cwobject/bucket-info"
tags: ["CWObject"]
---

# List bucket info

`GET /v1/cwobject/bucket-info`

Lists information about every bucket in the caller's organization, including details unavailable through the S3-compatible API.

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

OK

- ListBucketInfoResponse — A page of bucket inventory and usage records for the caller's organization.
  - `info` BucketInfo[] — The list of bucket metadata records.
    - `orgId` string — The organization ID that owns the bucket.
    - `name` string — The bucket name.
    - `creationTime` string, date-time — The time the bucket was created.
    - `settings` CWObjectBucketSettings — Per-bucket settings managed through the AI Object Storage API.
      - `auditLoggingEnabled` boolean — When `true`, audit logging is enabled for the bucket.
    - `location` string — The [Availability Zone](https://docs.coreweave.com/platform/regions/about-regions-and-azs#complete-region-list) that hosts the bucket (for example, `US-EAST-04A`).
    - `usage` BucketUsageInfo[] — An array of usage measurements for the bucket.
      - `measurementType` string — The kind of measurement reported by `value` (for example, `MEASUREMENT_TYPE_USAGE_BYTES`).
      - `value` string — The measurement value, encoded as a string for unsigned 64-bit safety across JSON consumers.
      - `valueHumanReadable` string — A human-readable formatting of `value` (for example, `1.2 GiB`).

## Other responses

- `default` — Default error response

---

[API](https://skmtc.net/coreweave/apis/coreweave-telemetry-relay-api.md) · [All operations](https://skmtc.net/coreweave/apis/coreweave-telemetry-relay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coreweave/coreweave-telemetry-relay-api/versions/3b98ea4fe0c3/schema)
