List bucket info
List bucket info
List inventory and usage for every bucket in the organization.
GET
List bucket info
gRPC method: ListBucketInfo
- The API server is
https://api.coreweave.com. - Replace
{API_ACCESS_TOKEN}with your CoreWeave API access token. - For required permissions, see IAM Access Policies.
offset and
limit (1–1000) for pagination.
Example request
Authorizations
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
Zero-based offset into the result set. Used with limit for pagination.
Page size. Must be 1–1000.
Required range:
1 <= x <= 1000Response
OK
A page of bucket inventory and usage records for the caller's organization.
The list of bucket metadata records.
Last modified on July 13, 2026