Skip to main content
GET
List bucket info

gRPC method: ListBucketInfo

Returns inventory and usage information for every bucket in the caller’s organization, including fields that are not available through the S3-compatible API. Use offset and limit (1–1000) for pagination.
Example request

Authorizations

Authorization
string
header
default:Bearer {API_ACCESS_TOKEN}
required

CoreWeave API access token sent as a bearer token in the Authorization header (the value is prefixed with Bearer). Used by every operation except the SAML/OIDC token-exchange endpoints (anonymous) and the container credentials GET (which uses ContainerCredentialsAuth).

Query Parameters

offset
integer<uint32>

Zero-based offset into the result set. Used with limit for pagination.

limit
integer<uint32>

Page size. Must be 1–1000.

Required range: 1 <= x <= 1000

Response

OK

A page of bucket inventory and usage records for the caller's organization.

info
object[]

The list of bucket metadata records.

Last modified on July 13, 2026