Get bucket info
Get bucket info
Fetch inventory and usage for a single bucket by name.
GET
Get bucket info
gRPC method: GetBucketInfo
- 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.
{bucketName} with the bucket name. The
response includes settings, location, and usage that may
not be visible through the S3-compatible API.
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).
Path Parameters
Response
OK
Inventory and usage information for a single bucket.
The bucket metadata.
Last modified on June 25, 2026