Skip to main content
GET
/
api
/
dataframer
/
runs
/
{run_id}
/
generated-files
/
{file_id}
/
download
JavaScript
import Dataframer from 'dataframer';

const client = new Dataframer({
  apiKey: 'My API Key',
});

const response = await client.dataframer.runs.generatedFiles.download('file_id', { run_id: 'run_id' });

console.log(response);
{}

Authorizations

Authorization
string
header
required

API Key authentication. Format: "Bearer YOUR_API_KEY"

Path Parameters

run_id
string
required
file_id
string
required

Response

200 - application/json

The response is of type object.