Skip to main content
A newer release of this product is available.

List the buckets

Contributors dmp-netapp

You can list the S3 buckets defined for a specific Astra account.

1. List the buckets

Perform the following REST API call to list the buckets.

HTTP method Path

GET

/account/{account_id}/topology/v1/buckets

Curl example: Return all data for all buckets
curl --location -i --request GET 'https://astra.netapp.io/accounts/<ACCOUNT_ID>/topology/v1/buckets' --header 'Accept: */*' --header 'Authorization: Bearer <API_TOKEN>'