import Dataframer from 'dataframer';
const client = new Dataframer({
apiKey: 'My API Key',
});
const response = await client.dataframer.runs.generatedFiles.getContent('file_id', { run_id: 'run_id' });
console.log(response);{}Get content of a generated file for viewing
import Dataframer from 'dataframer';
const client = new Dataframer({
apiKey: 'My API Key',
});
const response = await client.dataframer.runs.generatedFiles.getContent('file_id', { run_id: 'run_id' });
console.log(response);{}