The ID of the bucket to get usage information for
Bucket usage information retrieved successfully
const response = await fetch('https://beta.data.banyan.computer/api/v1/buckets/{bucket_id}/usage', { method: 'GET', headers: { "Authorization": "Bearer JWT" }, }); const data = await response.json();
{ "size": 0 }