The ID of the metadata to pull
Successfully pulled the metadata
const response = await fetch('https://beta.data.banyan.computer/api/v1/buckets/metadata/{metadata_id}/pull', { method: 'GET', headers: { "Authorization": "Bearer JWT" }, }); const data = await response.json();
binary